We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c18ca0 commit 82133a4Copy full SHA for 82133a4
src/KubernetesClientCredentials.cs
@@ -32,7 +32,7 @@ public KubernetesClientCredentials(string userName, string password)
32
throw new ArgumentNullException(nameof(userName));
33
}
34
35
- if (string.IsNullOrWhiteSpace(userName))
+ if (string.IsNullOrWhiteSpace(password))
36
{
37
throw new ArgumentNullException(nameof(password));
38
0 commit comments