Skip to content

Commit 8661f74

Browse files
committed
Fix AllocatedResources feature gate annotation
1 parent 210deea commit 8661f74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/apis/core/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,7 @@ type ContainerStatus struct {
28112811
// AllocatedResources represents the compute resources allocated for this container by the
28122812
// node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission
28132813
// and after successfully admitting desired pod resize.
2814-
// +featureGate=InPlacePodVerticalScaling
2814+
// +featureGate=InPlacePodVerticalScalingAllocatedStatus
28152815
// +optional
28162816
AllocatedResources ResourceList
28172817
// Resources represents the compute resource requests and limits that have been successfully

staging/src/k8s.io/api/core/v1/generated.proto

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

staging/src/k8s.io/api/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)