Skip to content

Commit 6241306

Browse files
author
openyurt-bot
committed
align with openyurt helm charts from commit de7464427fcbee13d52f59014a06a2a94bfbc54b
1 parent cf8cf8c commit 6241306

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

charts/yurt-manager/crds/apps.openyurt.io_nodepools.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,11 @@ spec:
337337
If specified, the Annotations will be added to all nodes.
338338
NOTE: existing labels with samy keys on the nodes will be overwritten.
339339
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
340345
hostNetwork:
341346
description: |-
342347
HostNetwork is used to specify that cni components(like flannel)
@@ -385,18 +390,18 @@ spec:
385390
And it is supported to modify dynamically. and the default value is v1.Service and discovery.Endpointslice.
386391
items:
387392
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
389394
to avoid automatic coercion. It doesn't use a GroupVersion to avoid custom marshalling
390395
properties:
391396
group:
392397
type: string
393-
kind:
398+
resource:
394399
type: string
395400
version:
396401
type: string
397402
required:
398403
- group
399-
- kind
404+
- resource
400405
- version
401406
type: object
402407
type: array

0 commit comments

Comments
 (0)