1
0
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:
Alena Prokharchyk 2018-01-09 14:15:34 -08:00
parent a9fe51806c
commit d4fcc2da2b

View File

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