89
89
type : string
90
90
defaultVisibility :
91
91
type : string
92
+ enableNRI :
93
+ type : boolean
92
94
enableStdOutAlerts :
93
95
type : boolean
94
96
enableStdOutLogs :
@@ -102,10 +104,13 @@ spec:
102
104
referenced object inside the same namespace.
103
105
properties :
104
106
name :
107
+ default : " "
105
108
description : |-
106
109
Name of the referent.
110
+ This field is effectively required, but due to backwards compatibility is
111
+ allowed to be empty. Instances of this type with an empty value here are
112
+ almost certainly wrong.
107
113
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
108
- TODO: Add other useful fields. apiVersion, kind, uid?
109
114
type : string
110
115
type : object
111
116
x-kubernetes-map-type : atomic
@@ -172,10 +177,13 @@ spec:
172
177
referenced object inside the same namespace.
173
178
properties :
174
179
name :
180
+ default : " "
175
181
description : |-
176
182
Name of the referent.
183
+ This field is effectively required, but due to backwards compatibility is
184
+ allowed to be empty. Instances of this type with an empty value here are
185
+ almost certainly wrong.
177
186
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
178
- TODO: Add other useful fields. apiVersion, kind, uid?
179
187
type : string
180
188
type : object
181
189
x-kubernetes-map-type : atomic
@@ -242,10 +250,13 @@ spec:
242
250
referenced object inside the same namespace.
243
251
properties :
244
252
name :
253
+ default : " "
245
254
description : |-
246
255
Name of the referent.
256
+ This field is effectively required, but due to backwards compatibility is
257
+ allowed to be empty. Instances of this type with an empty value here are
258
+ almost certainly wrong.
247
259
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
248
- TODO: Add other useful fields. apiVersion, kind, uid?
249
260
type : string
250
261
type : object
251
262
x-kubernetes-map-type : atomic
@@ -312,10 +323,13 @@ spec:
312
323
referenced object inside the same namespace.
313
324
properties :
314
325
name :
326
+ default : " "
315
327
description : |-
316
328
Name of the referent.
329
+ This field is effectively required, but due to backwards compatibility is
330
+ allowed to be empty. Instances of this type with an empty value here are
331
+ almost certainly wrong.
317
332
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
318
- TODO: Add other useful fields. apiVersion, kind, uid?
319
333
type : string
320
334
type : object
321
335
x-kubernetes-map-type : atomic
@@ -382,10 +396,13 @@ spec:
382
396
referenced object inside the same namespace.
383
397
properties :
384
398
name :
399
+ default : " "
385
400
description : |-
386
401
Name of the referent.
402
+ This field is effectively required, but due to backwards compatibility is
403
+ allowed to be empty. Instances of this type with an empty value here are
404
+ almost certainly wrong.
387
405
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
388
- TODO: Add other useful fields. apiVersion, kind, uid?
389
406
type : string
390
407
type : object
391
408
x-kubernetes-map-type : atomic
@@ -452,10 +469,13 @@ spec:
452
469
referenced object inside the same namespace.
453
470
properties :
454
471
name :
472
+ default : " "
455
473
description : |-
456
474
Name of the referent.
475
+ This field is effectively required, but due to backwards compatibility is
476
+ allowed to be empty. Instances of this type with an empty value here are
477
+ almost certainly wrong.
457
478
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
458
- TODO: Add other useful fields. apiVersion, kind, uid?
459
479
type : string
460
480
type : object
461
481
x-kubernetes-map-type : atomic
@@ -553,9 +573,6 @@ spec:
553
573
message :
554
574
type : string
555
575
phase :
556
- description : |-
557
- INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
558
- Important: Run "make" to regenerate code after modifying this file
559
576
type : string
560
577
type : object
561
578
type : object
0 commit comments