Skip to content

Commit 6db53ca

Browse files
author
openyurt-bot
committed
align with openyurt helm charts from commit ffb736a445a164ce9fd9216e19e864fb8cc62de9
1 parent 92564e6 commit 6db53ca

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,18 @@ spec:
464464
leaderEndpoints:
465465
description: LeaderEndpoints is used for storing the address of Leader Yurthub.
466466
items:
467-
type: string
467+
description: Leader represents the hub leader in a nodepool
468+
properties:
469+
address:
470+
description: The address of the leader yurthub
471+
type: string
472+
nodeName:
473+
description: The node name of the leader yurthub
474+
type: string
475+
required:
476+
- address
477+
- nodeName
478+
type: object
468479
type: array
469480
nodes:
470481
description: The list of nodes' names in the pool

0 commit comments

Comments
 (0)