package autoscale
import "k8s.io/kubernetes/pkg/kubectl/cmd/autoscale"
Index ¶
- func NewCmdAutoscale(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command
- type AutoscaleOptions
Functions ¶
func NewCmdAutoscale ¶
NewCmdAutoscale returns the autoscale Cobra command
Types ¶
type AutoscaleOptions ¶
type AutoscaleOptions struct { FilenameOptions *resource.FilenameOptions RecordFlags *genericclioptions.RecordFlags Recorder genericclioptions.Recorder PrintFlags *genericclioptions.PrintFlags ToPrinter func(string) (printers.ResourcePrinter, error) Name string Generator string Min int32 Max int32 CPUPercent int32 HPAClient autoscalingv1client.HorizontalPodAutoscalersGetter genericclioptions.IOStreams // contains filtered or unexported fields }
AutoscaleOptions declare the arguments accepted by the Autoscale command
func NewAutoscaleOptions ¶
func NewAutoscaleOptions(ioStreams genericclioptions.IOStreams) *AutoscaleOptions
NewAutoscaleOptions creates the options for autoscale
func (*AutoscaleOptions) Complete ¶
Complete verifies command line arguments and loads data from the command environment
func (*AutoscaleOptions) Run ¶
func (o *AutoscaleOptions) Run() error
Run performs the execution
func (*AutoscaleOptions) Validate ¶
func (o *AutoscaleOptions) Validate() error
Validate checks that the provided attach options are specified.
Source Files ¶
autoscale.go
- Version
- v1.15.0-rc.1
- Published
- Jun 11, 2019
- Platform
- js/wasm
- Imports
- 17 packages
- Last checked
- 4 minutes ago –
Tools for package owners.