lab_orchestrator_lib.kubernetes.config

Contains methods that are used to configure the Kubernetes API.

Functions

get_development_config()

Use this if you run the lib inside of Kubernetes.

get_kubernetes_config()

Use this if you run the lib inside of Kubernetes.

get_registry(kubernetes_config)

Creates a Proxy and APIRegistry from the given Kuberntes_config.

Classes

KubernetesConfig(service_account_token, ...)

Configuration object that is used to create a Proxy and APIRegistry object.