Fix Job crd definition to support job patch
This commit is contained in:
parent
ec41ba633d
commit
ae22556629
|
|
@ -184,6 +184,10 @@ spec:
|
|||
description: Unique, one-word, CamelCase reason for the condition's
|
||||
last transition.
|
||||
type: string
|
||||
lastTransitionTime:
|
||||
description: The time of last state transition.
|
||||
format: date-time
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
version: v1alpha1
|
||||
|
|
|
|||
|
|
@ -556,6 +556,10 @@ spec:
|
|||
description: Unique, one-word, CamelCase reason for the condition's
|
||||
last transition.
|
||||
type: string
|
||||
lastTransitionTime:
|
||||
description: The time of last state transition.
|
||||
format: date-time
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
version: v1alpha1
|
||||
|
|
|
|||
Loading…
Reference in New Issue