1
0
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:
Craig Jellick 2018-04-20 09:46:34 -07:00
parent 26e8377616
commit 93fb449d4a

View File

@ -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"