uptainer.config

class uptainer.config.Config[source]

Bases: object

__init__() None[source]

Configuration class for the uptainer Object.

Parameters:

None

Returns:

None

load(config: dict[Any, Any]) None[source]

Load the config given from the file and inject it into the class vars.

Parameters:

config (dict) – The config dict given from uptainer.loader.Loader.read_config

Returns:

None