Get fetches the scale of the given scalable resource.
(resource schema.GroupResource, name string)
| 33 | type ScaleInterface interface { |
| 34 | // Get fetches the scale of the given scalable resource. |
| 35 | Get(resource schema.GroupResource, name string) (*autoscalingapi.Scale, error) |
| 36 | |
| 37 | // Update updates the scale of the given scalable resource. |
| 38 | Update(resource schema.GroupResource, scale *autoscalingapi.Scale) (*autoscalingapi.Scale, error) |
no outgoing calls