Skip to content

Commit

Permalink
Fix AllocatedResources feature gate annotation
Browse files Browse the repository at this point in the history
Kubernetes-commit: 8661f743a3898dc2d169ce5796810ad27bce2e52
  • Loading branch information
tallclair authored and k8s-publishing-bot committed Nov 7, 2024
1 parent 3f43b5a commit 5c8b57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/v1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3119,7 +3119,7 @@ type ContainerStatus struct {
// 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.
// +featureGate=InPlacePodVerticalScaling
// +featureGate=InPlacePodVerticalScalingAllocatedStatus
// +optional
AllocatedResources ResourceList `json:"allocatedResources,omitempty" protobuf:"bytes,10,rep,name=allocatedResources,casttype=ResourceList,castkey=ResourceName"`
// Resources represents the compute resource requests and limits that have been successfully
Expand Down

0 comments on commit 5c8b57b

Please sign in to comment.