Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(controller): adding scale_api_version to Scale
Scale moved to autoscaling/v1 (while deployment, replicationcontroller each moved to apps/v1) So... "Scale" resource model is in a different api group than the parent resource "scale" endpoint that Scale is called through. Both the scale struct and "scale" HTTP verb cannot use the same api_version property.
- Loading branch information