update comments to reflect wildcard component.

This commit is contained in:
Indeed 2021-06-08 15:23:25 -07:00
parent 09a9e61294
commit c329202ee8
2 changed files with 2 additions and 0 deletions

View File

@ -77,5 +77,6 @@ type ControllerLeaderConfiguration struct {
// Component is the name of the component in which the controller should be running.
// 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
}

View File

@ -76,5 +76,6 @@ type ControllerLeaderConfiguration struct {
// Component is the name of the component in which the controller should be running.
// 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"`
}