Skip to content

Commit

Permalink
Merge pull request #97 from nightmeng/dev/support-qrm-vpa-admit
Browse files Browse the repository at this point in the history
feat(qrm): rename inplace update key
  • Loading branch information
luomingmeng authored Aug 20, 2024
2 parents 930640a + 2526b7f commit 7c12399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/consts/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const (
PodAnnotationInplaceUpdateResizePolicyKey = "pod.kubernetes.io/resizePolicy"
PodAnnotationInplaceUpdateResizePolicyRestart = "Restart"

PodAnnotationVPAResizingKey = "pod.kubernetes.io/pod-vpa-resizing"
PodAnnotationAggregatedRequestsKey = "pod.kubernetes.io/pod-aggregated-requests"
PodAnnotationInplaceUpdateResizingKey = "pod.kubernetes.io/inplace-update-resizing"
PodAnnotationAggregatedRequestsKey = "pod.kubernetes.io/pod-aggregated-requests"
)

// PodAnnotationNetClassKey is a const variable for pod annotation about net class.
Expand Down

0 comments on commit 7c12399

Please sign in to comment.