MissingSecretError

exception controller.exceptions.MissingSecretError(name, namespace, key=None)

Bases: MissingObjectError

Secret specified in the controller configuration was not found.

Parameters:
  • name (str) – Name of secret.

  • namespace (str) – Namespace of secret.

  • key (str | None, default: None) – If given, indicates the secret itself was found but the desired key within that secret was missing.