Validate clusterRole when adding a cluster (#5878)
This commit is contained in:
@@ -27,6 +27,9 @@ import (
|
||||
const (
|
||||
DefaultResyncPeriod = 120 * time.Second
|
||||
DefaultHostClusterName = "host"
|
||||
|
||||
ClusterRoleHost = "host"
|
||||
ClusterRoleMember = "member"
|
||||
)
|
||||
|
||||
type Options struct {
|
||||
|
||||
Reference in New Issue
Block a user