1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 23:08:25 +00:00

add waiting state

This commit is contained in:
Daishan Peng
2018-03-22 16:02:15 -07:00
committed by Darren Shepherd
parent 6a5483fe8a
commit 5097ab8e1e
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ var transitioningMap = map[string]string{
"Saved": "saving",
"Updated": "updating",
"Updating": "updating",
"Waiting": "waiting",
"InitialRolesPopulated": "activating",
}