Skip to main content

pod_runner

Contains courtesy classes and functions for making pod running easier.

Module

Functions

def setup_pod_from_config(    config: PodConfig,)> Pod:

Creates a pod from a loaded config.

Arguments

  • config: The configuration as a PodConfig instance.

Returns The created pod.

def setup_pod_from_config_file(    path_to_config_yaml: Union[str, os.PathLike],)> Pod:

Creates a pod from a YAML config file.

Arguments

  • path_to_config_yaml: The path to the config file.

Returns The created pod.