The tricircleclient.v1.pods_cli Module

The tricircleclient.v1.pods_cli Module

class tricircleclient.v1.pods_cli.CreatePod(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.ShowOne

Creates pod

get_parser(prog_name)
log = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)
class tricircleclient.v1.pods_cli.DeletePod(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Command

Deletes Pod.

get_parser(prog_name)
log = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)
class tricircleclient.v1.pods_cli.ListPods(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Lister

Lists pods

COLS = ('pod_id', 'region_name')
log = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)
class tricircleclient.v1.pods_cli.ShowPod(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.ShowOne

Display pod details.

get_parser(prog_name)
log = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.