Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoverOpts ¶
type DiscoverOpts struct {
// contains filtered or unexported fields
}
type StatusOpts ¶ added in v0.6.0
type StatusOpts struct {
// contains filtered or unexported fields
}
type WorkloadCommand ¶
type WorkloadCommand struct {
// contains filtered or unexported fields
}
func NewWorkloadCommand ¶
func NewWorkloadCommand(cmdCtx *cmdcontext.CommandContext) *WorkloadCommand
func (*WorkloadCommand) GetDiscoverCommand ¶
func (w *WorkloadCommand) GetDiscoverCommand() *cobra.Command
func (*WorkloadCommand) GetListCommand ¶
func (w *WorkloadCommand) GetListCommand() *cobra.Command
func (*WorkloadCommand) GetRootCommand ¶
func (c *WorkloadCommand) GetRootCommand() *cobra.Command
func (*WorkloadCommand) GetStatusCommand ¶ added in v0.6.0
func (w *WorkloadCommand) GetStatusCommand() *cobra.Command
Click to show internal directories.
Click to hide internal directories.