@@ -1096,11 +1096,6 @@ spec:
10961096 type : object
10971097 x-kubernetes-map-type : atomic
10981098 namespaces :
1099- description : |-
1100- namespaces specifies a static list of namespace names that the term applies to.
1101- The term is applied to the union of the namespaces listed in this field
1102- and the ones selected by namespaceSelector.
1103- null or empty namespaces list and null namespaceSelector means "this pod's namespace".
11041099 items :
11051100 type : string
11061101 type : array
@@ -6156,12 +6151,6 @@ spec:
61566151 properties :
61576152 name :
61586153 default : " "
6159- description : |-
6160- Name of the referent.
6161- This field is effectively required, but due to backwards compatibility is
6162- allowed to be empty. Instances of this type with an empty value here are
6163- almost certainly wrong.
6164- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
61656154 type : string
61666155 type : object
61676156 x-kubernetes-map-type : atomic
@@ -6293,6 +6282,12 @@ spec:
62936282 properties :
62946283 name :
62956284 default : " "
6285+ description : |-
6286+ Name of the referent.
6287+ This field is effectively required, but due to backwards compatibility is
6288+ allowed to be empty. Instances of this type with an empty value here are
6289+ almost certainly wrong.
6290+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
62966291 type : string
62976292 type : object
62986293 x-kubernetes-map-type : atomic
@@ -6625,12 +6620,6 @@ spec:
66256620 properties :
66266621 name :
66276622 default : " "
6628- description : |-
6629- Name of the referent.
6630- This field is effectively required, but due to backwards compatibility is
6631- allowed to be empty. Instances of this type with an empty value here are
6632- almost certainly wrong.
6633- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
66346623 type : string
66356624 type : object
66366625 x-kubernetes-map-type : atomic
@@ -7243,6 +7232,12 @@ spec:
72437232 properties :
72447233 name :
72457234 default : " "
7235+ description : |-
7236+ Name of the referent.
7237+ This field is effectively required, but due to backwards compatibility is
7238+ allowed to be empty. Instances of this type with an empty value here are
7239+ almost certainly wrong.
7240+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
72467241 type : string
72477242 type : object
72487243 x-kubernetes-map-type : atomic
@@ -7290,6 +7285,12 @@ spec:
72907285 properties :
72917286 name :
72927287 default : " "
7288+ description : |-
7289+ Name of the referent.
7290+ This field is effectively required, but due to backwards compatibility is
7291+ allowed to be empty. Instances of this type with an empty value here are
7292+ almost certainly wrong.
7293+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
72937294 type : string
72947295 type : object
72957296 x-kubernetes-map-type : atomic
0 commit comments