From cf39928cafef8ce4ec9a890ba4d9af05729c5177 Mon Sep 17 00:00:00 2001 From: Monokaix Date: Fri, 10 May 2024 10:30:48 +0800 Subject: [PATCH] make generate-yaml to update crd Signed-off-by: Monokaix --- .../volcano/bases/scheduling.volcano.sh_queues.yaml | 10 ++++++++++ .../volcano/v1beta1/scheduling.volcano.sh_queues.yaml | 10 ++++++++++ .../crd/bases/scheduling.volcano.sh_queues.yaml | 10 ++++++++++ .../crd/v1beta1/scheduling.volcano.sh_queues.yaml | 10 ++++++++++ installer/volcano-development.yaml | 10 ++++++++++ 5 files changed, 50 insertions(+) diff --git a/config/crd/volcano/bases/scheduling.volcano.sh_queues.yaml b/config/crd/volcano/bases/scheduling.volcano.sh_queues.yaml index 7b5269201b..6ce160cce1 100644 --- a/config/crd/volcano/bases/scheduling.volcano.sh_queues.yaml +++ b/config/crd/volcano/bases/scheduling.volcano.sh_queues.yaml @@ -82,6 +82,16 @@ spec: x-kubernetes-int-or-string: true description: ResourceList is a set of (resource name, quantity) pairs. type: object + deserved: + 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: The amount of resources configured by the user. This + part of resource can be shared with other queues and reclaimed back. + type: object extendClusters: description: extendCluster indicate the jobs in this Queue will be dispatched to these clusters. diff --git a/config/crd/volcano/v1beta1/scheduling.volcano.sh_queues.yaml b/config/crd/volcano/v1beta1/scheduling.volcano.sh_queues.yaml index 8681f1993c..8edb32e37b 100644 --- a/config/crd/volcano/v1beta1/scheduling.volcano.sh_queues.yaml +++ b/config/crd/volcano/v1beta1/scheduling.volcano.sh_queues.yaml @@ -81,6 +81,16 @@ spec: x-kubernetes-int-or-string: true description: ResourceList is a set of (resource name, quantity) pairs. type: object + deserved: + 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: The amount of resources configured by the user. This part + of resource can be shared with other queues and reclaimed back. + type: object extendClusters: description: extendCluster indicate the jobs in this Queue will be dispatched to these clusters. diff --git a/installer/helm/chart/volcano/crd/bases/scheduling.volcano.sh_queues.yaml b/installer/helm/chart/volcano/crd/bases/scheduling.volcano.sh_queues.yaml index a6b4e30b84..ae8972d063 100644 --- a/installer/helm/chart/volcano/crd/bases/scheduling.volcano.sh_queues.yaml +++ b/installer/helm/chart/volcano/crd/bases/scheduling.volcano.sh_queues.yaml @@ -80,6 +80,16 @@ spec: x-kubernetes-int-or-string: true description: ResourceList is a set of (resource name, quantity) pairs. type: object + deserved: + 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: The amount of resources configured by the user. This + part of resource can be shared with other queues and reclaimed back. + type: object extendClusters: description: extendCluster indicate the jobs in this Queue will be dispatched to these clusters. diff --git a/installer/helm/chart/volcano/crd/v1beta1/scheduling.volcano.sh_queues.yaml b/installer/helm/chart/volcano/crd/v1beta1/scheduling.volcano.sh_queues.yaml index 141f90dfdd..94d1e3f556 100644 --- a/installer/helm/chart/volcano/crd/v1beta1/scheduling.volcano.sh_queues.yaml +++ b/installer/helm/chart/volcano/crd/v1beta1/scheduling.volcano.sh_queues.yaml @@ -79,6 +79,16 @@ spec: x-kubernetes-int-or-string: true description: ResourceList is a set of (resource name, quantity) pairs. type: object + deserved: + 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: The amount of resources configured by the user. This part + of resource can be shared with other queues and reclaimed back. + type: object extendClusters: description: extendCluster indicate the jobs in this Queue will be dispatched to these clusters. diff --git a/installer/volcano-development.yaml b/installer/volcano-development.yaml index f03e2c2655..2fa68640f0 100644 --- a/installer/volcano-development.yaml +++ b/installer/volcano-development.yaml @@ -4468,6 +4468,16 @@ spec: x-kubernetes-int-or-string: true description: ResourceList is a set of (resource name, quantity) pairs. type: object + deserved: + 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: The amount of resources configured by the user. This + part of resource can be shared with other queues and reclaimed back. + type: object extendClusters: description: extendCluster indicate the jobs in this Queue will be dispatched to these clusters.