Skip to content

Commit

Permalink
Fix Job crd definition to support job patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Apr 30, 2020
1 parent ec41ba6 commit ae22556
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions installer/volcano-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae22556

Please sign in to comment.