Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIncorrectArgFormat = errors.New("Exactly one positional argument is required: <pod-name>")
Functions ¶
This section is empty.
Types ¶
type LogLevelCommand ¶
type LogLevelCommand struct { *common.BaseCommand // contains filtered or unexported fields }
func (*LogLevelCommand) AutocompleteArgs ¶
func (l *LogLevelCommand) AutocompleteArgs() complete.Predictor
AutocompleteArgs returns the argument predictor for this command. Since argument completion is not supported, this will return complete.PredictNothing.
func (*LogLevelCommand) AutocompleteFlags ¶
func (l *LogLevelCommand) AutocompleteFlags() complete.Flags
AutocompleteFlags returns a mapping of supported flags and autocomplete options for this command. The map key for the Flags map should be the complete flag such as "-foo" or "--foo".
func (*LogLevelCommand) Help ¶
func (l *LogLevelCommand) Help() string
func (*LogLevelCommand) Run ¶
func (l *LogLevelCommand) Run(args []string) int
func (*LogLevelCommand) Synopsis ¶
func (l *LogLevelCommand) Synopsis() string
type LoggerConfig ¶
Click to show internal directories.
Click to hide internal directories.