Skip to content

Commit e149650

Browse files
SergeyMelnikovOmrigan
authored andcommitted
Run make generate
Signed-off-by: Oleg Vasilev <[email protected]>
1 parent 6502573 commit e149650

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

neonvm/config/crd/bases/vm.neon.tech_virtualmachines.yaml

+43
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,28 @@ spec:
18481848
description: 'Compute Resources required by this container.
18491849
Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
18501850
properties:
1851+
claims:
1852+
description: "Claims lists the names of resources, defined
1853+
in spec.resourceClaims, that are used by this container.
1854+
\n This is an alpha field and requires enabling the DynamicResourceAllocation
1855+
feature gate. \n This field is immutable. It can only
1856+
be set for containers."
1857+
items:
1858+
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
1859+
properties:
1860+
name:
1861+
description: Name must match the name of one entry
1862+
in pod.spec.resourceClaims of the Pod where this
1863+
field is used. It makes that resource available
1864+
inside a container.
1865+
type: string
1866+
required:
1867+
- name
1868+
type: object
1869+
type: array
1870+
x-kubernetes-list-map-keys:
1871+
- name
1872+
x-kubernetes-list-type: map
18511873
limits:
18521874
additionalProperties:
18531875
anyOf:
@@ -2537,6 +2559,27 @@ spec:
25372559
podResources:
25382560
description: ResourceRequirements describes the compute resource requirements.
25392561
properties:
2562+
claims:
2563+
description: "Claims lists the names of resources, defined in
2564+
spec.resourceClaims, that are used by this container. \n This
2565+
is an alpha field and requires enabling the DynamicResourceAllocation
2566+
feature gate. \n This field is immutable. It can only be set
2567+
for containers."
2568+
items:
2569+
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
2570+
properties:
2571+
name:
2572+
description: Name must match the name of one entry in pod.spec.resourceClaims
2573+
of the Pod where this field is used. It makes that resource
2574+
available inside a container.
2575+
type: string
2576+
required:
2577+
- name
2578+
type: object
2579+
type: array
2580+
x-kubernetes-list-map-keys:
2581+
- name
2582+
x-kubernetes-list-type: map
25402583
limits:
25412584
additionalProperties:
25422585
anyOf:

0 commit comments

Comments
 (0)