Documentation ¶
Index ¶
Constants ¶
View Source
const ( COMMAND_PAUSE = "pause" COMMAND_UNPAUSE = "unpause" ARG_VM_SHORT = "vm" ARG_VM_LONG = "virtualmachine" ARG_VMI_SHORT = "vmi" ARG_VMI_LONG = "virtualmachineinstance" )
Variables ¶
This section is empty.
Functions ¶
func NewPauseCommand ¶
func NewPauseCommand(clientConfig clientcmd.ClientConfig) *cobra.Command
func NewUnpauseCommand ¶
func NewUnpauseCommand(clientConfig clientcmd.ClientConfig) *cobra.Command
Types ¶
type VirtCommand ¶
type VirtCommand struct {
// contains filtered or unexported fields
}
func (*VirtCommand) Run ¶
func (vc *VirtCommand) Run(args []string) error
Click to show internal directories.
Click to hide internal directories.