DORSETRIGS
Home

kubernetes-custom-resources (3 post)


posts by category not found!

Kubernetes CRD schema addition of enum from values.yaml

Dynamically Defining Enum Values in Kubernetes Custom Resource Definitions Problem You want to add an enum enumeration type to your Kubernetes Custom Resource D

3 min read 05-10-2024 61
Kubernetes CRD schema addition of enum from values.yaml
Kubernetes CRD schema addition of enum from values.yaml

k8s CRD definition: 4 mutually exclusive optional fields

Defining Mutually Exclusive Optional Fields in Kubernetes Custom Resource Definitions CRDs Kubernetes Custom Resource Definitions CRDs allow you to extend Kuber

3 min read 04-10-2024 39
k8s CRD definition: 4 mutually exclusive optional fields
k8s CRD definition: 4 mutually exclusive optional fields

How to access non-primitive type of data from a k8s customer resource using dynamic client + unstructured

Accessing Non Primitive Data Types from a Kubernetes Custom Resource Using Dynamic Client and Unstructured Kubernetes K8s custom resources CRs extend the Kubern

3 min read 17-09-2024 42
How to access non-primitive type of data from a k8s customer resource using dynamic client + unstructured
How to access non-primitive type of data from a k8s customer resource using dynamic client + unstructured