This commit is contained in:
ymqytw
2017-04-06 15:56:35 -07:00
committed by mbohlool
parent 1804e5e548
commit 5f60dcd90b
13 changed files with 364 additions and 40 deletions

View File

@@ -139,6 +139,8 @@ message JobStatus {
// Conditions represent the latest available observations of an object's current state.
// More info: http://kubernetes.io/docs/user-guide/jobs
// +optional
// +patchMergeKey=type
// +patchStrategy=merge
repeated JobCondition conditions = 1;
// StartTime represents time when the job was acknowledged by the Job Manager.