@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22kind : CustomResourceDefinition
33metadata :
44 annotations :
5- controller-gen.kubebuilder.io/version : v0.14 .0
5+ controller-gen.kubebuilder.io/version : v0.20 .0
66 creationTimestamp : null
77 labels :
88 app : 3scale-api-management
7474 the event) or if no container name is specified "spec.containers[2]" (container with
7575 index 2 in this pod). This syntax is chosen only to have some well-defined way of
7676 referencing a part of an object.
77- TODO: this design is not final and this field is subject to change in the future.
7877 type : string
7978 kind :
8079 description : |-
@@ -124,7 +123,6 @@ spec:
124123 description : |-
125124 Name of the referent.
126125 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
127- TODO: Add other useful fields. apiVersion, kind, uid?
128126 type : string
129127 type : object
130128 x-kubernetes-map-type : atomic
@@ -160,7 +158,6 @@ spec:
160158 extension mechanism intended to be used when the details of an observation
161159 are not a priori known or would not apply to all instances of a given Kind.
162160
163-
164161 Conditions should be added to explicitly convey properties that users and
165162 components care about rather than requiring those properties to be inferred
166163 from other observations. Once defined, the meaning of a Condition can not be
@@ -186,7 +183,6 @@ spec:
186183 ConditionType is the type of the condition and is typically a CamelCased
187184 word or short phrase.
188185
189-
190186 Condition types should indicate state in the "abnormal-true" polarity. For
191187 example, if the condition indicates when a policy is invalid, the "is valid"
192188 case is probably the norm, so the condition should be called "Invalid".
@@ -207,7 +203,6 @@ spec:
207203 description : |-
208204 Name of the referent.
209205 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
210- TODO: Add other useful fields. apiVersion, kind, uid?
211206 type : string
212207 type : object
213208 x-kubernetes-map-type : atomic
0 commit comments