You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Add a new property to cluster spec that will be used to identity if a cluster has management controllers
type ClusterSpec struct {
...
Management *bool json:"management,omitempty"
}
Why is this needed:
CLI, controllers and webhooks will execute different code paths based on this property
The text was updated successfully, but these errors were encountered:
mdsgabriel
changed the title
Add the spect property to differentiate management and workload clusters
Add spec property to differentiate management and workload clusters
Oct 5, 2021
See #94
What would you like to be added:
Add a new property to cluster spec that will be used to identity if a cluster has management controllers
Why is this needed:
CLI, controllers and webhooks will execute different code paths based on this property
The text was updated successfully, but these errors were encountered: