Fix Job crd definition to support job patch

This commit is contained in:
xuzhonghu 2020-04-30 14:21:33 +08:00
parent ec41ba633d
commit ae22556629
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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