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

improve catalog status

This commit is contained in:
Daishan Peng
2018-04-19 11:50:37 -07:00
committed by Darren Shepherd
parent 733076a260
commit fc11044fd9
4 changed files with 5 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ var transitioningMap = map[string]string{
"Pending": "pending",
"PodScheduled": "scheduling",
"Provisioned": "provisioning",
"Refreshed": "refreshed",
"Registered": "registering",
"Removed": "removing",
"Saved": "saving",