Skip to content

Commit a503a4f

Browse files
Merge pull request #128687 from tallclair/allocated-status
[FG:InPlacePodVerticalScaling] Fix AllocatedResources feature gate annotation Kubernetes-commit: 3232e2ffc0f1819fe7ff721547fe5cb4ff797b29
2 parents 3f43b5a + 5c8b57b commit a503a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/v1/generated.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/v1/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3119,7 +3119,7 @@ type ContainerStatus struct {
31193119
// AllocatedResources represents the compute resources allocated for this container by the
31203120
// node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission
31213121
// and after successfully admitting desired pod resize.
3122-
// +featureGate=InPlacePodVerticalScaling
3122+
// +featureGate=InPlacePodVerticalScalingAllocatedStatus
31233123
// +optional
31243124
AllocatedResources ResourceList `json:"allocatedResources,omitempty" protobuf:"bytes,10,rep,name=allocatedResources,casttype=ResourceList,castkey=ResourceName"`
31253125
// Resources represents the compute resource requests and limits that have been successfully

0 commit comments

Comments
 (0)