watcherclient.v1.strategy_shell module¶
-
class
watcherclient.v1.strategy_shell.ListStrategy(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ListerList information on retrieved strategies.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.strategy_shell.ListStrategy (WARNING)>¶
-
-
class
watcherclient.v1.strategy_shell.ShowStrategy(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ShowOneShow detailed information about a given strategy.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.strategy_shell.ShowStrategy (WARNING)>¶
-
-
class
watcherclient.v1.strategy_shell.StateStrategy(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ListerRetrieve information about strategy requirements.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.strategy_shell.StateStrategy (WARNING)>¶
-