Documentation ¶
Index ¶
- func MainLoop(opts *Options) error
- func NewAlignCommand(env *environ.Environ, opts *Options) *cobra.Command
- func NewInfoCacheCommand(env *environ.Environ, opts *Options) *cobra.Command
- func NewInfoCommand(env *environ.Environ, opts *Options) *cobra.Command
- func NewK8SCommand(env *environ.Environ, opts *Options) *cobra.Command
- func NewK8SMachineInfoCommand(env *environ.Environ, opts *Options) *cobra.Command
- func NewRootCommand(env *environ.Environ, extraCmds ...NewCommandFunc) *cobra.Command
- func ShowHelp(cmd *cobra.Command, args []string) error
- type AlignOptions
- type InfoOptions
- type K8SOptions
- type NewCommandFunc
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInfoCacheCommand ¶ added in v0.0.5
func NewK8SCommand ¶ added in v0.0.5
func NewK8SMachineInfoCommand ¶ added in v0.0.5
func NewRootCommand ¶
func NewRootCommand(env *environ.Environ, extraCmds ...NewCommandFunc) *cobra.Command
NewRootCommand returns entrypoint command to interact with all other commands
Types ¶
type AlignOptions ¶
type AlignOptions struct{}
type InfoOptions ¶
type InfoOptions struct{}
type K8SOptions ¶ added in v0.0.5
type K8SOptions struct{}
type NewCommandFunc ¶
Click to show internal directories.
Click to hide internal directories.