We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92564e6 commit 6db53caCopy full SHA for 6db53ca
charts/yurt-manager/crds/apps.openyurt.io_nodepools.yaml
@@ -464,7 +464,18 @@ spec:
464
leaderEndpoints:
465
description: LeaderEndpoints is used for storing the address of Leader Yurthub.
466
items:
467
- type: string
+ 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
475
+ required:
476
+ - address
477
+ - nodeName
478
+ type: object
479
type: array
480
nodes:
481
description: The list of nodes' names in the pool
0 commit comments