mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
update comments to reflect wildcard component.
This commit is contained in:
parent
09a9e61294
commit
c329202ee8
@ -77,5 +77,6 @@ type ControllerLeaderConfiguration struct {
|
|||||||
|
|
||||||
// Component is the name of the component in which the controller should be running.
|
// Component is the name of the component in which the controller should be running.
|
||||||
// E.g. kube-controller-manager, cloud-controller-manager, etc
|
// E.g. kube-controller-manager, cloud-controller-manager, etc
|
||||||
|
// Or '*' meaning the controller can be run under any component that participates in the migration
|
||||||
Component string
|
Component string
|
||||||
}
|
}
|
||||||
|
@ -76,5 +76,6 @@ type ControllerLeaderConfiguration struct {
|
|||||||
|
|
||||||
// Component is the name of the component in which the controller should be running.
|
// Component is the name of the component in which the controller should be running.
|
||||||
// E.g. kube-controller-manager, cloud-controller-manager, etc
|
// E.g. kube-controller-manager, cloud-controller-manager, etc
|
||||||
|
// Or '*' meaning the controller can be run under any component that participates in the migration
|
||||||
Component string `json:"component"`
|
Component string `json:"component"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user