Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCheck ¶
NewCmdCheck returns a cobra command for check whether nebula cluster resources are ready
Types ¶
type CheckOptions ¶
type CheckOptions struct { Namespace string NebulaClusterName string ResourceType string genericclioptions.IOStreams // contains filtered or unexported fields }
func NewCheckOptions ¶
func NewCheckOptions(streams genericclioptions.IOStreams) *CheckOptions
func (*CheckOptions) CheckNebulaCluster ¶
func (o *CheckOptions) CheckNebulaCluster() (string, error)
func (*CheckOptions) CheckPods ¶
func (o *CheckOptions) CheckPods() (string, error)
func (*CheckOptions) Complete ¶
func (o *CheckOptions) Complete(f cmdutil.Factory, args []string) error
Complete completes all the required options
func (*CheckOptions) RunCheck ¶
func (o *CheckOptions) RunCheck() error
RunCheck executes check command
Click to show internal directories.
Click to hide internal directories.