autoscaleLong=`Creates an autoscaler that automatically chooses and sets the number of pods that run in a kubernetes cluster.
autoscaleLong=`Creates an autoscaler that automatically chooses and sets the number of pods that run in a kubernetes cluster.
Looks up a deployment or replication controller by name and creates an autoscaler that uses this deployment or replication controller as a reference.
Looks up a Deployment, ReplicaSet, or ReplicationController by name and creates an autoscaler that uses the given resource as a reference.
An autoscaler can automatically increase or decrease number of pods deployed within the system as needed.`
An autoscaler can automatically increase or decrease number of pods deployed within the system as needed.`
autoscaleExample=`# Auto scale a deployment "foo", with the number of pods between 2 to 10, target CPU utilization at a default value that server applies:
autoscaleExample=`# Auto scale a deployment "foo", with the number of pods between 2 to 10, target CPU utilization at a default value that server applies: