Skip to content

Commit

Permalink
Merge pull request #128687 from tallclair/allocated-status
Browse files Browse the repository at this point in the history
[FG:InPlacePodVerticalScaling] Fix AllocatedResources feature gate annotation

Kubernetes-commit: 3232e2ffc0f1819fe7ff721547fe5cb4ff797b29
  • Loading branch information
k8s-publishing-bot committed Nov 8, 2024
2 parents 3f43b5a + 5c8b57b commit a503a4f
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 a503a4f

Please sign in to comment.