Custom Resource Definition support
Custom resources are a way to extend the Kubernetes API with the capability to store custom data types just like the built-in resources.
Custom data types are supported by zio-k8s
too with code generation from Kubernetes CustomResourceDefinition
resources by an sbt
plugin called zio-k8s-crd
.
The How to work with custom resources page explains in detail how to use this feature. Everything written on the Working with resources page is applicable for custom resources too.
It is possible to work with custom resources without code generation as it is explained on the Custom Resource Definitions by hand page.