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 register additional flags. They will be parsed by Parse() method. Caller needs to take care of values set by flags added to this flagset.
Click to show internal directories.
Click to hide internal directories.