kube Package

kube_notifier

Service layer used for kubernetes calls.

class tvb.storage.kube.kube_notifier.KubeNotifier[source]

Bases: object

static check_token(authorization_token)[source]
static fetch_endpoints(target_application='thevirtualbrain')[source]
static get_authorization_header()[source]
static get_authorization_token()[source]
static get_pods(application)[source]
static notify_pods(url, target_application='thevirtualbrain')[source]