From 7c20e28b3cdb5a05c724e7d933f8db0c0c6f83ed Mon Sep 17 00:00:00 2001 From: kinarashah Date: Fri, 22 Jun 2018 19:34:58 -0700 Subject: [PATCH] cluster condition SystemProjectCreated --- apis/management.cattle.io/v3/cluster_types.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index 3790c666..b7d4fa62 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -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