Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 929 Bytes

crd-extending-api-with-crds.adoc

File metadata and controls

16 lines (13 loc) · 929 Bytes

Extending the Kubernetes API with custom resource definitions

Operators use the Kubernetes extension mechanism, custom resource definitions (CRDs), so that custom objects managed by the Operator look and act just like the built-in, native Kubernetes objects. This guide describes how cluster administrators can extend their {product-title} cluster by creating and managing CRDs.