type ReplicationControllersGetter …
type ReplicationControllerInterface …
type replicationControllers …
func newReplicationControllers(c *CoreV1Client, namespace string) *replicationControllers { … }
func (c *replicationControllers) GetScale(ctx context.Context, replicationControllerName string, options metav1.GetOptions) (result *autoscalingv1.Scale, err error) { … }
func (c *replicationControllers) UpdateScale(ctx context.Context, replicationControllerName string, scale *autoscalingv1.Scale, opts metav1.UpdateOptions) (result *autoscalingv1.Scale, err error) { … }