Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDeleteCluster ¶
NewCmdDeleteCluster creates a new delete cluster command
func NewCmdDeleteNode ¶
NewCmdDeleteNode creates a new delete node command
Types ¶
type DeleteClusterOptions ¶
type DeleteClusterOptions struct { CommonOptions *options.CommonOptions ClusterCfgFile string Kubernetes string DeleteCRI bool }
func NewDeleteClusterOptions ¶
func NewDeleteClusterOptions() *DeleteClusterOptions
func (*DeleteClusterOptions) AddFlags ¶
func (o *DeleteClusterOptions) AddFlags(cmd *cobra.Command)
func (*DeleteClusterOptions) Run ¶
func (o *DeleteClusterOptions) Run() error
type DeleteNodeOptions ¶
type DeleteNodeOptions struct { CommonOptions *options.CommonOptions ClusterCfgFile string // contains filtered or unexported fields }
func NewDeleteNodeOptions ¶
func NewDeleteNodeOptions() *DeleteNodeOptions
func (*DeleteNodeOptions) AddFlags ¶
func (o *DeleteNodeOptions) AddFlags(cmd *cobra.Command)
func (*DeleteNodeOptions) Complete ¶
func (o *DeleteNodeOptions) Complete(cmd *cobra.Command, args []string) error
func (*DeleteNodeOptions) Run ¶
func (o *DeleteNodeOptions) Run() error
func (*DeleteNodeOptions) Validate ¶
func (o *DeleteNodeOptions) Validate() error
type DeleteOptions ¶
type DeleteOptions struct {
CommonOptions *options.CommonOptions
}
func NewDeleteOptions ¶
func NewDeleteOptions() *DeleteOptions
Click to show internal directories.
Click to hide internal directories.