1
0
mirror of https://github.com/rancher/types.git synced 2025-08-01 04:57:05 +00:00

Merge pull request #111 from alena1108/jan9

Fixed ClusterConditionDefaultNamespaceAssigned comment
This commit is contained in:
Alena Prokharchyk 2018-01-09 14:24:06 -08:00 committed by GitHub
commit dec99a1fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
)