k3s/pkg/controller/podautoscaler
mattjmcnaughton dd5be2a882 Make unnecessary hpa public funcs private
Previously
`pkg.controller.podautoscaler.UnsafeConvertToVersion` was
exported. However, it was never used outside of the `podautoscaler`
package. Make it private to prevent confusion.

Additionally, move the two private functions in `horizontal.go` to be
with the other private functions at the bottom of the file - imho its
more readable than having them directly at the top of the file, before
the public type and function definitions.
2017-10-10 08:03:25 -04:00
..
metrics Merge pull request #50708 from DirectXMan12/versions/autoscaling-v2beta1 2017-09-06 15:46:24 -07:00
BUILD Merge pull request #50708 from DirectXMan12/versions/autoscaling-v2beta1 2017-09-06 15:46:24 -07:00
OWNERS Add approvers to owners file for hpa 2017-07-18 13:23:43 +02:00
doc.go
horizontal.go Make unnecessary hpa public funcs private 2017-10-10 08:03:25 -04:00
horizontal_test.go Make unnecessary hpa public funcs private 2017-10-10 08:03:25 -04:00
legacy_horizontal_test.go Make unnecessary hpa public funcs private 2017-10-10 08:03:25 -04:00
legacy_replica_calculator_test.go Fix golint errors in `pkg/controller/podautoscaler` 2017-09-09 14:53:34 -04:00
rate_limitters.go Fix golint errors in `pkg/controller/podautoscaler` 2017-09-09 14:53:34 -04:00
replica_calculator.go Move consumers of autoscaling/v2alpha1 to v2beta1 2017-09-05 17:49:30 -04:00
replica_calculator_test.go Fix golint errors in `pkg/controller/podautoscaler` 2017-09-09 14:53:34 -04:00