Use autoscaling/v2 instead of autoscaling/v2beta2 (#5833)

This commit is contained in:
LQBing
2023-07-13 11:02:58 +08:00
committed by GitHub
parent fde9d2e7cd
commit 6e0a48c555
3 changed files with 9 additions and 9 deletions

View File

@@ -466,7 +466,7 @@ func (s *APIServer) waitForResourceSync(ctx context.Context) error {
"ingresses",
"networkpolicies",
},
{Group: "autoscaling", Version: "v2beta2"}: {
{Group: "autoscaling", Version: "v2"}: {
"horizontalpodautoscalers",
},
}