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:
committed by
Darren Shepherd
parent
f03c946987
commit
e5890bff08
@@ -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{}) {
|
||||
|
Reference in New Issue
Block a user