Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
// contains filtered or unexported fields
}
CLI represents command line interface for the operator.
func (*CLI) FlagSet ¶
FlagSet returns bare underlying flagset of the cli. It can be used to generate documentation for CLI or to register additional flags. They will be parsed by Parse() method. Caller needs to take care of values set by flags added to this flagset.
type DiscardFlagValue ¶ added in v2.1.1
type DiscardFlagValue struct{}
DiscardFlagValue is a flag.Value implementation that discards any value set to it. Use for deprecated flags that are deprecated.
func (DiscardFlagValue) Set ¶ added in v2.1.1
func (DiscardFlagValue) Set(_ string) error
Set fulfill interface.
func (DiscardFlagValue) String ¶ added in v2.1.1
func (DiscardFlagValue) String() string
Click to show internal directories.
Click to hide internal directories.