1
0
mirror of https://github.com/rancher/types.git synced 2025-09-02 13:45:51 +00:00

Cluster conditions

For creating a default project and assigning the default namespace to it
This commit is contained in:
Craig Jellick
2018-01-08 12:23:00 -07:00
committed by Darren Shepherd
parent f03c946987
commit e5890bff08
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ var conditionMappings = []conditionMapping{
{Name: "Ready", Transition: false, State: "activating"},
{Name: "BackingNamespaceCreated", Transition: true, State: "activating"},
{Name: "CreatorMadeOwner", Transition: true, State: "activating"},
{Name: "DefaultProjectCreated", Transition: true, State: "activating"},
{Name: "DefaultNamespaceAssigned", Transition: true, State: "activating"},
}
func Set(data map[string]interface{}) {