Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files

This commit is contained in:
vinay kulkarni
2023-03-10 03:36:01 +00:00
parent 01b96e7704
commit 565fd4116d
18 changed files with 821 additions and 822 deletions

View File

@@ -17649,9 +17649,9 @@ func schema_k8sio_api_core_v1_ContainerStatus(ref common.ReferenceCallback) comm
Format: "",
},
},
"resourcesAllocated": {
"allocatedResources": {
SchemaProps: spec.SchemaProps{
Description: "ResourcesAllocated represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.",
Description: "AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.",
Type: []string{"object"},
AdditionalProperties: &spec.SchemaOrBool{
Allows: true,