mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Fix progessing
This commit is contained in:
@@ -70,7 +70,8 @@ var reverseErrorMap = map[string]bool{
|
||||
// False == error
|
||||
// Unknown ==
|
||||
var errorMapping = map[string]bool{
|
||||
"Failed": true,
|
||||
"Failed": true,
|
||||
"Progressing": true,
|
||||
}
|
||||
|
||||
// True ==
|
||||
@@ -85,9 +86,7 @@ var doneMap = map[string]string{
|
||||
// True == transitioning
|
||||
// False ==
|
||||
// Unknown ==
|
||||
var progressMap = map[string]string{
|
||||
"Progressing": "progressing",
|
||||
}
|
||||
var progressMap = map[string]string{}
|
||||
|
||||
func concat(str, next string) string {
|
||||
if str == "" {
|
||||
|
Reference in New Issue
Block a user