You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftkubeClient/Client/KubernetesClient.swift
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ public actor KubernetesClient {
108
108
///
109
109
/// The client tries to resolve a `kube config` automatically from different sources in the following order:
110
110
///
111
+
/// - A Kube config file at path of environment variable `KUBECONFIG` (if set)
111
112
/// - A Kube config file in the user's `$HOME/.kube/config` directory
112
113
/// - `ServiceAccount` token located at `/var/run/secrets/kubernetes.io/serviceaccount/token` and a mounted CA certificate, if it's running in Kubernetes.
0 commit comments