-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPSTREAM: <carry>: Short-circuit HPA oapi/v1.DC
The legacy oapi v1 group-version very much confuses anything not designed to explicitly work with it. Since we now don't do any custom HPA setup, we need to teach the scale client and the HPA what to do with the oapi version of DC, since it won't even show up in its discovery process.
- Loading branch information
1 parent
f2b6cd1
commit eea8aa3
Showing
4 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
vendor/k8s.io/kubernetes/pkg/controller/podautoscaler/horizontal.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
vendor/k8s.io/kubernetes/pkg/controller/podautoscaler/patch_dc.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/scale/client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/scale/patch_dc.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.