mirror of
https://github.com/rancher/types.git
synced 2025-05-04 21:26:18 +00:00
cluster condition SystemProjectCreated
This commit is contained in:
parent
0c40626cd3
commit
7c20e28b3c
@ -24,8 +24,10 @@ const (
|
||||
ClusterConditionNoDiskPressure condition.Cond = "NoDiskPressure"
|
||||
// ClusterConditionNoMemoryPressure true when all cluster nodes have sufficient memory
|
||||
ClusterConditionNoMemoryPressure condition.Cond = "NoMemoryPressure"
|
||||
// ClusterConditionconditionDefautlProjectCreated true when default project has been created
|
||||
ClusterConditionconditionDefautlProjectCreated condition.Cond = "DefaultProjectCreated"
|
||||
// ClusterConditionconditionDefaultProjectCreated true when default project has been created
|
||||
ClusterConditionconditionDefaultProjectCreated condition.Cond = "DefaultProjectCreated"
|
||||
// ClusterConditionconditionSystemProjectCreated true when system project has been created
|
||||
ClusterConditionconditionSystemProjectCreated condition.Cond = "SystemProjectCreated"
|
||||
// ClusterConditionDefaultNamespaceAssigned true when cluster's default namespace has been initially assigned
|
||||
ClusterConditionDefaultNamespaceAssigned condition.Cond = "DefaultNamespaceAssigned"
|
||||
// ClusterConditionSystemNamespacesAssigned true when cluster's system namespaces has been initially assigned to
|
||||
|
Loading…
Reference in New Issue
Block a user