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
| Attribute | Type | Description |
|---|---|---|
| Namespace | string | Namespace where TaskAction CRs are located. |
| KubeConfig | string | Path to kubeconfig file (optional - if empty, uses in-cluster config). |