KubernetesObjectError

exception gafaelfawr.exceptions.KubernetesObjectError(kind, name, namespace, exc)

Bases: PermanentError

A Kubernetes object could not be parsed.

Parameters:
  • kind (str) – Kind of the malformed Kubernetes object.

  • name (str) – Name of the malformed Kubernetes object.

  • namespace (str) – Namespace of the malformed Kubernetes object.

  • exc (ValidationError) – Exception from attempting to parse the object.