@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.14 .0
6+ controller-gen.kubebuilder.io/version : v0.18 .0
77 name : autoscalings.telemetry.openstack.org
88spec :
99 group : telemetry.openstack.org
9595 description : |-
9696 ConfigOverwrite - interface to overwrite default config files like e.g. logging.conf or policy.json.
9797 But can also be used to add additional files. Those get added to the service config dir in /etc/<service> .
98- TODO: -> implement
9998 type : object
10099 evaluatorImage :
101100 type : string
@@ -143,7 +142,7 @@ spec:
143142 Annotations is an unstructured key value map stored with a resource that may be
144143 set by external tools to store and retrieve arbitrary metadata. They are not
145144 queryable and should be preserved when modifying objects.
146- More info: http ://kubernetes.io/docs/user-guide /annotations
145+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /annotations/
147146 type : object
148147 labels :
149148 additionalProperties :
@@ -152,7 +151,7 @@ spec:
152151 Map of string keys and values that can be used to organize and categorize
153152 (scope and select) objects. May match selectors of replication controllers
154153 and services.
155- More info: http ://kubernetes.io/docs/user-guide /labels
154+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /labels/
156155 type : object
157156 type : object
158157 spec :
@@ -395,10 +394,13 @@ spec:
395394 valid secret key.
396395 type : string
397396 name :
397+ default : " "
398398 description : |-
399399 Name of the referent.
400+ This field is effectively required, but due to backwards compatibility is
401+ allowed to be empty. Instances of this type with an empty value here are
402+ almost certainly wrong.
400403 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
401- TODO: Add other useful fields. apiVersion, kind, uid?
402404 type : string
403405 optional :
404406 description : Specify whether the Secret or its key must be defined
0 commit comments