Skip to main content

KubernetesConfig

This class holds Kubernetes client configuration. It specifies the Kubernetes namespace for TaskAction CRs and optionally provides a path to a kubeconfig file, falling back to in-cluster configuration if not specified.

Attributes

AttributeTypeDescription
NamespacestringNamespace where TaskAction CRs are located.
KubeConfigstringPath to kubeconfig file (optional - if empty, uses in-cluster config).