Package level members

Top-level package for ska-dlm-client.

class ska_dlm_client.CmdLineParameters(source_name='', directory_to_watch='', target_name='', storage_url='', ingest_url='', request_url='', migration_url='', readiness_probe_file='', use_status_file=False, reload_status_file=True, parser=<factory>)

Class for common/required command line parameters and helper methods.

__default_args__()

Initialise parameters to include on the command line.

__eq__(other)

Return self==value.

__exit__(exc_type, exc_val, exc_tb)

Delete the readiness file on deletion of the instance.

__hash__ = None
__init__(source_name='', directory_to_watch='', target_name='', storage_url='', ingest_url='', request_url='', migration_url='', readiness_probe_file='', use_status_file=False, reload_status_file=True, parser=<factory>)
__repr__()

Return repr(self).

__weakref__

list of weak references to the object (if defined)

parse_arguments(args=None)

Parse command line arguments and assign to class parameters.

set_application_ready()

Create the required file to indicate the application is ready.