Documentation
¶
Index ¶
- func NewGetClusterCommand(streams genericclioptions.IOStreams) *cobra.Command
- func NewGetCommand(streams genericclioptions.IOStreams) *cobra.Command
- func NewGetNodesCommand(streams genericclioptions.IOStreams) *cobra.Command
- func NewGetWorkerGroupCommand(streams genericclioptions.IOStreams) *cobra.Command
- type GetClusterOptions
- type GetNodesOptions
- type GetWorkerGroupsOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetClusterCommand ¶
func NewGetClusterCommand(streams genericclioptions.IOStreams) *cobra.Command
func NewGetCommand ¶
func NewGetCommand(streams genericclioptions.IOStreams) *cobra.Command
func NewGetNodesCommand ¶
func NewGetNodesCommand(streams genericclioptions.IOStreams) *cobra.Command
func NewGetWorkerGroupCommand ¶
func NewGetWorkerGroupCommand(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type GetClusterOptions ¶
type GetClusterOptions struct {
// contains filtered or unexported fields
}
func NewGetClusterOptions ¶
func NewGetClusterOptions(streams genericclioptions.IOStreams) *GetClusterOptions
func (*GetClusterOptions) Complete ¶
func (options *GetClusterOptions) Complete(args []string) error
func (*GetClusterOptions) Validate ¶
func (options *GetClusterOptions) Validate() error
type GetNodesOptions ¶
type GetNodesOptions struct {
// contains filtered or unexported fields
}
func NewGetNodesOptions ¶
func NewGetNodesOptions(streams genericclioptions.IOStreams) *GetNodesOptions
func (*GetNodesOptions) Complete ¶
func (options *GetNodesOptions) Complete(args []string) error
func (*GetNodesOptions) Validate ¶
func (options *GetNodesOptions) Validate() error
type GetWorkerGroupsOptions ¶
type GetWorkerGroupsOptions struct {
// contains filtered or unexported fields
}
func NewGetWorkerGroupOptions ¶
func NewGetWorkerGroupOptions(streams genericclioptions.IOStreams) *GetWorkerGroupsOptions
func (*GetWorkerGroupsOptions) Complete ¶
func (options *GetWorkerGroupsOptions) Complete(args []string) error
func (*GetWorkerGroupsOptions) Validate ¶
func (options *GetWorkerGroupsOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.