Skip to content

Commit

Permalink
increase number of resource flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai committed Aug 6, 2024
1 parent 6edd8d6 commit 845d1ea
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ spec:
description: ResourceName is the name identifying various
resources in a ResourceList.
type: string
maxItems: 16
maxItems: 24
minItems: 1
type: array
flavors:
Expand Down Expand Up @@ -657,7 +657,7 @@ spec:
- name
- nominalQuota
type: object
maxItems: 16
maxItems: 24
minItems: 1
type: array
x-kubernetes-list-map-keys:
Expand All @@ -667,7 +667,7 @@ spec:
- name
- resources
type: object
maxItems: 16
maxItems: 24
minItems: 1
type: array
x-kubernetes-list-map-keys:
Expand All @@ -681,7 +681,7 @@ spec:
- message: flavors must have the same number of resources as the
coveredResources
rule: self.flavors.all(x, size(x.resources) == size(self.coveredResources))
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-type: atomic
stopPolicy:
Expand Down Expand Up @@ -848,7 +848,7 @@ spec:
required:
- name
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand All @@ -857,7 +857,7 @@ spec:
- name
- resources
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand Down Expand Up @@ -902,7 +902,7 @@ spec:
required:
- name
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand All @@ -911,7 +911,7 @@ spec:
- name
- resources
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand Down Expand Up @@ -1171,7 +1171,7 @@ spec:
required:
- name
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand All @@ -1180,7 +1180,7 @@ spec:
- name
- resources
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand Down Expand Up @@ -1214,7 +1214,7 @@ spec:
required:
- name
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand All @@ -1223,7 +1223,7 @@ spec:
- name
- resources
type: object
maxItems: 16
maxItems: 24
type: array
x-kubernetes-list-map-keys:
- name
Expand Down

0 comments on commit 845d1ea

Please sign in to comment.