Skip to content

Commit f04dff0

Browse files
Merge pull request #664 from hzxuzhonghu/queue-crd
Add capability in crd declarition
2 parents 58c2ad9 + 78acc39 commit f04dff0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

installer/helm/chart/volcano/templates/scheduling_v1alpha2_queue.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
weight:
2626
format: int32
2727
type: integer
28+
capability:
29+
type: object
2830
state:
2931
type: string
3032
type: object

installer/volcano-development.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,8 @@ spec:
697697
weight:
698698
format: int32
699699
type: integer
700+
capability:
701+
type: object
700702
state:
701703
type: string
702704
type: object

0 commit comments

Comments
 (0)