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: src/KubernetesClient/KubernetesClientConfiguration.ConfigFile.cs
+26-18Lines changed: 26 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ public partial class KubernetesClientConfiguration
28
28
/// Initializes a new instance of the <see cref="KubernetesClientConfiguration" /> from config file
29
29
/// </summary>
30
30
/// <param name="masterUrl">kube api server endpoint</param>
31
-
/// <param name="kubeconfigPath">Explicit file path to kubeconfig. Set to null to use the default file path</param>
32
-
/// <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
31
+
/// <param name="kubeconfigPath">Explicit file path to kubeconfig. Set to null to use the default file path</param>
32
+
/// <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
33
33
/// file is located. When <see langword="false"/>, the paths will be considered to be relative to the current working directory.</param>
@@ -42,8 +42,8 @@ public static KubernetesClientConfiguration BuildConfigFromConfigFile(string kub
42
42
/// </summary>
43
43
/// <param name="kubeconfig">Fileinfo of the kubeconfig, cannot be null</param>
44
44
/// <param name="currentContext">override the context in config file, set null if do not want to override</param>
45
-
/// <param name="masterUrl">override the kube api server endpoint, set null if do not want to override</param>
46
-
/// <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
45
+
/// <param name="masterUrl">override the kube api server endpoint, set null if do not want to override</param>
46
+
/// <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
47
47
/// file is located. When <see langword="false"/>, the paths will be considered to be relative to the current working directory.</param>
/// Loads entire Kube Config from default or explicit file path
251
259
/// </summary>
252
-
/// <param name="kubeconfigPath">Explicit file path to kubeconfig. Set to null to use the default file path</param>
253
-
/// <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
260
+
/// <param name="kubeconfigPath">Explicit file path to kubeconfig. Set to null to use the default file path</param>
261
+
/// <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
254
262
/// file is located. When <see langword="false"/>, the paths will be considered to be relative to the current working directory.</param>
255
263
/// <returns>Instance of the <see cref="K8SConfiguration"/> class</returns>
@@ -263,8 +271,8 @@ public static async Task<K8SConfiguration> LoadKubeConfigAsync(string kubeconfig
263
271
/// <summary>
264
272
/// Loads entire Kube Config from default or explicit file path
265
273
/// </summary>
266
-
/// <param name="kubeconfigPath">Explicit file path to kubeconfig. Set to null to use the default file path</param>
267
-
/// <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
274
+
/// <param name="kubeconfigPath">Explicit file path to kubeconfig. Set to null to use the default file path</param>
275
+
/// <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
268
276
/// file is located. When <see langword="false"/>, the paths will be considered to be relative to the current working directory.</param>
269
277
/// <returns>Instance of the <see cref="K8SConfiguration"/> class</returns>
/// <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
/// <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
280
288
/// file is located. When <see langword="false"/>, the paths will be considered to be relative to the current working directory.</param>
281
289
/// <returns>Instance of the <see cref="K8SConfiguration"/> class</returns>
/// <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
/// <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
307
315
/// file is located. When <see langword="false"/>, the paths will be considered to be relative to the current working directory.</param>
308
316
/// <returns>Instance of the <see cref="K8SConfiguration"/> class</returns>
0 commit comments