mirror of
https://github.com/rancher/types.git
synced 2025-07-07 18:48:37 +00:00
Condition for cluster role population
This commit is contained in:
parent
26e8377616
commit
93fb449d4a
@ -35,6 +35,7 @@ const (
|
||||
ClusterConditionSystemAccountCreated condition.Cond = "SystemAccountCreated"
|
||||
ClusterConditionAgentDeployed condition.Cond = "AgentDeployed"
|
||||
ClusterConditionGlobalAdminsSynced condition.Cond = "GlobalAdminsSynced"
|
||||
ClusterConditionInitialRolesPopulated condition.Cond = "InitialRolesPopulated"
|
||||
|
||||
ClusterDriverImported = "imported"
|
||||
ClusterDriverLocal = "local"
|
||||
|
Loading…
Reference in New Issue
Block a user