@@ -347,8 +347,8 @@ var map_JobStatus = map[string]string{
...
@@ -347,8 +347,8 @@ var map_JobStatus = map[string]string{
"startTime":"StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.",
"startTime":"StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.",
"completionTime":"CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.",
"completionTime":"CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.",
"active":"Active is the number of actively running pods.",
"active":"Active is the number of actively running pods.",
"successful":"Successful is the number of pods which reached Phase Succeeded.",
"succeeded":"Succeeded is the number of pods which reached Phase Succeeded.",
"unsuccessful":"Unsuccessful is the number of pods which reached Phase Failed.",
"failed":"Failed is the number of pods which reached Phase Failed.",