Skip to content

Commit

Permalink
fix crd
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Apr 30, 2020
1 parent ec41ba6 commit 8bc16e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
description: The number that volcano retried to submit the job.
format: int32
type: integer
ControlledResources:
controlledResources:
description: All of the resources that are controlled by this job.
type: object
additionalProperties:
Expand All @@ -184,6 +184,9 @@ spec:
description: Unique, one-word, CamelCase reason for the condition's
last transition.
type: string
lastTransitionTime:
description: The time of last state transition.
type: object
type: object
type: object
version: v1alpha1
Expand Down
5 changes: 4 additions & 1 deletion installer/volcano-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ spec:
description: The number that volcano retried to submit the job.
format: int32
type: integer
ControlledResources:
controlledResources:
description: All of the resources that are controlled by this job.
type: object
additionalProperties:
Expand All @@ -556,6 +556,9 @@ spec:
description: Unique, one-word, CamelCase reason for the condition's
last transition.
type: string
lastTransitionTime:
description: The time of last state transition.
type: object
type: object
type: object
version: v1alpha1
Expand Down

0 comments on commit 8bc16e7

Please sign in to comment.