Skip to content

Commit

Permalink
Merge pull request #96 from nightmeng/dev/support-qrm-vpa-admit
Browse files Browse the repository at this point in the history
support qrm vpa admit
  • Loading branch information
nightmeng authored Aug 16, 2024
2 parents 77c1caf + 00c1899 commit 930640a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/consts/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const (

PodAnnotationInplaceUpdateResizePolicyKey = "pod.kubernetes.io/resizePolicy"
PodAnnotationInplaceUpdateResizePolicyRestart = "Restart"

PodAnnotationVPAResizingKey = "pod.kubernetes.io/pod-vpa-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 930640a

Please sign in to comment.