Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: merryzhou <merryzhou0882@gmail.com>
  • Loading branch information
merryzhou committed Mar 24, 2021
1 parent aca66d4 commit 0e08977
Show file tree
Hide file tree
Showing 6 changed files with 635 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/crd/bases/scheduling.volcano.sh_podgroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ spec:
tasks, the scheduler will not start anyone.
format: int32
type: integer
minQuotas:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: MinQuotas defines the minimal resource quota of members/tasks
to run the pod group; if there's not enough resources to start all
tasks, the scheduler will not start anyone.
type: object
minResources:
additionalProperties:
anyOf:
Expand Down
11 changes: 11 additions & 0 deletions config/crd/v1beta1/scheduling.volcano.sh_podgroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ spec:
the scheduler will not start anyone.
format: int32
type: integer
minQuotas:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: MinQuotas defines the minimal resource quota of members/tasks
to run the pod group; if there's not enough resources to start all
tasks, the scheduler will not start anyone.
type: object
minResources:
additionalProperties:
anyOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ spec:
tasks, the scheduler will not start anyone.
format: int32
type: integer
minQuotas:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: MinQuotas defines the minimal resource quota of members/tasks
to run the pod group; if there's not enough resources to start all
tasks, the scheduler will not start anyone.
type: object
minResources:
additionalProperties:
anyOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ spec:
the scheduler will not start anyone.
format: int32
type: integer
minQuotas:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: MinQuotas defines the minimal resource quota of members/tasks
to run the pod group; if there's not enough resources to start all
tasks, the scheduler will not start anyone.
type: object
minResources:
additionalProperties:
anyOf:
Expand Down
11 changes: 11 additions & 0 deletions installer/volcano-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7083,6 +7083,17 @@ spec:
the scheduler will not start anyone.
format: int32
type: integer
minQuotas:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: MinQuotas defines the minimal resource quota of members/tasks
to run the pod group; if there's not enough resources to start all
tasks, the scheduler will not start anyone.
type: object
minResources:
additionalProperties:
anyOf:
Expand Down
Loading

0 comments on commit 0e08977

Please sign in to comment.