Merge pull request #115928 from pohly/dra-resource-requirements-pvc

DRA resource requirements in PVC
This commit is contained in:
Kubernetes Prow Robot
2023-02-24 08:39:35 -08:00
committed by GitHub
13 changed files with 67 additions and 9 deletions

View File

@@ -6239,7 +6239,7 @@
"description": "ResourceRequirements describes the compute resource requirements.",
"properties": {
"claims": {
"description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable.",
"description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.",
"items": {
"allOf": [
{