Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDeploy ¶
func NewCmdDeploy(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
NewCmdDeploy creates a new `deploy` command.
Types ¶
type DeployOptions ¶
type DeployOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
DeployOptions holds all the options for the `deploy` command
func NewDeployOptions ¶
func NewDeployOptions(fullName string, streams genericclioptions.IOStreams) *DeployOptions
func (*DeployOptions) Complete ¶
func (o *DeployOptions) Complete(f kcmdutil.Factory, args []string) error
func (DeployOptions) RunDeploy ¶
func (o DeployOptions) RunDeploy() error
func (DeployOptions) Validate ¶
func (o DeployOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.