mirror of
https://github.com/rancher/types.git
synced 2025-06-28 14:36:50 +00:00
Fixed ClusterConditionDefaultNamespaceAssigned comment
This commit is contained in:
parent
a9fe51806c
commit
d4fcc2da2b
@ -19,7 +19,7 @@ const (
|
||||
ClusterConditionNoMemoryPressure condition.Cond = "NoMemoryPressure"
|
||||
// ClusterConditionconditionDefautlProjectCreated true when default project has been created
|
||||
ClusterConditionconditionDefautlProjectCreated condition.Cond = "DefaultProjectCreated"
|
||||
// ClusterCondictionDefaultNamespaceAssigned true when cluster's default namespace has been initially assigned
|
||||
// ClusterConditionDefaultNamespaceAssigned true when cluster's default namespace has been initially assigned
|
||||
ClusterConditionDefaultNamespaceAssigned condition.Cond = "DefaultNamespaceAssigned"
|
||||
// More conditions can be added if unredlying controllers request it
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user