@@ -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.16.1
66 name : backendruntimes.inference.llmaz.io
77spec :
88 group : inference.llmaz.io
@@ -108,9 +108,7 @@ spec:
108108 This field is effectively required, but due to backwards compatibility is
109109 allowed to be empty. Instances of this type with an empty value here are
110110 almost certainly wrong.
111- TODO: Add other useful fields. apiVersion, kind, uid?
112111 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
113- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
114112 type : string
115113 optional :
116114 description : Specify whether the ConfigMap or its key
@@ -175,9 +173,7 @@ spec:
175173 This field is effectively required, but due to backwards compatibility is
176174 allowed to be empty. Instances of this type with an empty value here are
177175 almost certainly wrong.
178- TODO: Add other useful fields. apiVersion, kind, uid?
179176 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
180- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
181177 type : string
182178 optional :
183179 description : Specify whether the Secret or its key must
@@ -245,16 +241,8 @@ spec:
245241 conditions :
246242 description : Conditions represents the Inference condition.
247243 items :
248- description : " Condition contains details for one aspect of the current
249- state of this API Resource.\n ---\n This struct is intended for
250- direct use as an array at the field path .status.conditions. For
251- example,\n\n\n\t type FooStatus struct{\n\t // Represents the
252- observations of a foo's current state.\n\t // Known .status.conditions.type
253- are: \" Available\" , \" Progressing\" , and \" Degraded\"\n\t //
254- +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
255- \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\" conditions,omitempty\"
256- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `\n\n\n\t
257- \ // other fields\n\t }"
244+ description : Condition contains details for one aspect of the current
245+ state of this API Resource.
258246 properties :
259247 lastTransitionTime :
260248 description : |-
@@ -295,12 +283,7 @@ spec:
295283 - Unknown
296284 type : string
297285 type :
298- description : |-
299- type of condition in CamelCase or in foo.example.com/CamelCase.
300- ---
301- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
302- useful (see .node.status.conditions), the ability to deconflict is important.
303- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
286+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
304287 maxLength : 316
305288 pattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
306289 type : string
0 commit comments