Skip to content

Commit 5c8b57b

Browse files
tallclairk8s-publishing-bot
authored andcommitted
Fix AllocatedResources feature gate annotation
Kubernetes-commit: 8661f743a3898dc2d169ce5796810ad27bce2e52
1 parent 3f43b5a commit 5c8b57b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: core/v1/generated.proto

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

Diff for: 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)