File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,11 @@ spec:
337
337
If specified, the Annotations will be added to all nodes.
338
338
NOTE: existing labels with samy keys on the nodes will be overwritten.
339
339
type : object
340
+ enablePoolScopeMetadata :
341
+ description : |-
342
+ EnablePoolScopeMetadata is used for specifying whether to enable pool scope metadata
343
+ for the nodepool. If the field is not specified, the default value is false.
344
+ type : boolean
340
345
hostNetwork :
341
346
description : |-
342
347
HostNetwork is used to specify that cni components(like flannel)
@@ -385,18 +390,18 @@ spec:
385
390
And it is supported to modify dynamically. and the default value is v1.Service and discovery.Endpointslice.
386
391
items :
387
392
description : |-
388
- GroupVersionKind unambiguously identifies a kind . It doesn't anonymously include GroupVersion
393
+ GroupVersionResource unambiguously identifies a resource . It doesn't anonymously include GroupVersion
389
394
to avoid automatic coercion. It doesn't use a GroupVersion to avoid custom marshalling
390
395
properties :
391
396
group :
392
397
type : string
393
- kind :
398
+ resource :
394
399
type : string
395
400
version :
396
401
type : string
397
402
required :
398
403
- group
399
- - kind
404
+ - resource
400
405
- version
401
406
type : object
402
407
type : array
You can’t perform that action at this time.
0 commit comments