The watcherclient.v1.strategy_shell Module

class watcherclient.v1.strategy_shell.ListStrategy(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Lister

List information on retrieved strategies.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7fd0b96e79d0>
take_action(parsed_args)[source]
class watcherclient.v1.strategy_shell.ShowStrategy(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Show detailed information about a given strategy.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7fd0b96e7450>
take_action(parsed_args)[source]

Previous topic

The watcherclient.v1.strategy Module

Next topic

The watcherclient.version Module

This Page