mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
Merge pull request #115928 from pohly/dra-resource-requirements-pvc
DRA resource requirements in PVC
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user