From e92d7e963b3831af1103e7751ad04ead4f68f10d Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 21 Feb 2023 16:13:34 +0100 Subject: [PATCH] api: generated files Kubernetes-commit: a4ea8e56c1558292233d6b4bb1d0712a21bf3518 --- core/v1/generated.proto | 2 +- core/v1/types_swagger_doc_generated.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/v1/generated.proto b/core/v1/generated.proto index 9264bfd98b..416811e291 100644 --- a/core/v1/generated.proto +++ b/core/v1/generated.proto @@ -4512,7 +4512,7 @@ message ResourceRequirements { // This is an alpha field and requires enabling the // DynamicResourceAllocation feature gate. // - // This field is immutable. + // This field is immutable. It can only be set for containers. // // +listType=map // +listMapKey=name diff --git a/core/v1/types_swagger_doc_generated.go b/core/v1/types_swagger_doc_generated.go index 6c6fe2e006..99391a423d 100644 --- a/core/v1/types_swagger_doc_generated.go +++ b/core/v1/types_swagger_doc_generated.go @@ -2041,7 +2041,7 @@ var map_ResourceRequirements = map[string]string{ "": "ResourceRequirements describes the compute resource requirements.", "limits": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "requests": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", - "claims": "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.", + "claims": "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.", } func (ResourceRequirements) SwaggerDoc() map[string]string {