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
/// Initializes a new instance of the <see cref="KubernetesClientConfiguration" /> from config file
79
+
/// </summary>
80
+
/// <param name="kubeconfig">Fileinfo of the kubeconfig, cannot be null</param>
81
+
/// <param name="currentContext">override the context in config file, set null if do not want to override</param>
82
+
/// <param name="masterUrl">override the kube api server endpoint, set null if do not want to override</param>
83
+
/// <param name="useRelativePaths">When <see langword="true"/>, the paths in the kubeconfig file will be considered to be relative to the directory in which the kubeconfig
84
+
/// file is located. When <see langword="false"/>, the paths will be considered to be relative to the current working directory.</param>
0 commit comments