Kubernetes v1.36: Declarative Validation Graduates to GA
… Here is a catalog of some of the most common tags you will now see in the Kubernetes codebase: Presence: +k8s:optional , +k8s:required Basic Constraints: +k8s:minimum=0 , +k8s:maximum=100 , +k8s:maxLength=16 , +k8s:format=k8s-short-name Collections: +k8s:listType=map , +k8s:listMapKey=type Unions: … …