ZIO K8s

ZIO K8s

  • Overview
  • CRDs
  • Operators
  • Internals
  • API
  • About

›CRD

CRD

  • Custom Resource Definition support
  • How to work with custom resources
  • Custom Resource Definition by hand

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.

How to work with custom resources →
ZIO K8s
GitHub
Star
Chat with us on Discord
discord
Additional resources
Scaladoc of zio-k8s
Copyright © 2024 ZIO Maintainers