oio.cli.rdir package

Submodules

oio.cli.rdir.client module

class oio.cli.rdir.client.RdirClientCli(namespace, **kwargs)[source]

Bases: object

rdir_lb
oio.cli.rdir.client.make_client(instance)[source]

Build an RdirClientCli that will be added as “rdir” field of instance.

Parameters:instance – an instance of ClientManager
Returns:an instance of VolumeClientCli

oio.cli.rdir.rdir module

class oio.cli.rdir.rdir.RdirAssignments(app, app_args, cmd_name=None)[source]

Bases: oio.cli.Lister

Display which rdir service is linked to each other service

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <logging.Logger object>
take_action(parsed_args)[source]

Return a tuple containing the column names and an iterable containing the data to be listed.

class oio.cli.rdir.rdir.RdirBootstrap(app, app_args, cmd_name=None)[source]

Bases: oio.cli.Lister

Assign an rdir services

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <logging.Logger object>
take_action(parsed_args)[source]

Return a tuple containing the column names and an iterable containing the data to be listed.

Module contents