kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/autoscale/autoscale.go

var autoscaleLong

var autoscaleExample

type AutoscaleOptions

// NewAutoscaleOptions creates the options for autoscale
func NewAutoscaleOptions(ioStreams genericiooptions.IOStreams) *AutoscaleOptions {}

// NewCmdAutoscale returns the autoscale Cobra command
func NewCmdAutoscale(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command {}

// Complete verifies command line arguments and loads data from the command environment
func (o *AutoscaleOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error {}

// Validate checks that the provided attach options are specified.
func (o *AutoscaleOptions) Validate() error {}

// Run performs the execution
func (o *AutoscaleOptions) Run() error {}

func (o *AutoscaleOptions) createHorizontalPodAutoscaler(refName string, mapping *meta.RESTMapping) *autoscalingv1.HorizontalPodAutoscaler {}