Skip to content

Commit

Permalink
add waiting state
Browse files Browse the repository at this point in the history
  • Loading branch information
Daishan Peng authored and ibuildthecloud committed Mar 22, 2018
1 parent 6a5483f commit 5097ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/management.cattle.io/v3/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const (
// ClusterConditionProvisioned Cluster is provisioned
ClusterConditionProvisioned condition.Cond = "Provisioned"
ClusterConditionUpdated condition.Cond = "Updated"
ClusterConditionWaiting condition.Cond = "Waiting"
ClusterConditionRemoved condition.Cond = "Removed"
// ClusterConditionNoDiskPressure true when all cluster nodes have sufficient disk
ClusterConditionNoDiskPressure condition.Cond = "NoDiskPressure"
Expand Down
1 change: 1 addition & 0 deletions status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var transitioningMap = map[string]string{
"Saved": "saving",
"Updated": "updating",
"Updating": "updating",
"Waiting": "waiting",
"InitialRolesPopulated": "activating",
}

Expand Down

0 comments on commit 5097ab8

Please sign in to comment.