Skip to content

Commit

Permalink
Merge pull request #153 from AccessibleAI/DEV-21841-update-autoscalin…
Browse files Browse the repository at this point in the history
…g-v2beta2-k8s-v1.26

update autoscaling API to v2 (in order to support k8s version 1.26 and above)
  • Loading branch information
Dimss authored Jan 11, 2024
2 parents 98f3d1e + 9a1eed7 commit 0be73e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/desired/kinds.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var Kinds = map[GVKName]schema.GroupVersionKind{
},
HpaGVK: schema.GroupVersionKind{
Group: "autoscaling",
Version: "v2beta2",
Version: "v2",
Kind: "HorizontalPodAutoscaler",
},
PriorityClassGVK: schema.GroupVersionKind{
Expand Down

0 comments on commit 0be73e3

Please sign in to comment.