Class User
Relates nicknames to auth information.
Inherited Members
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class User
Constructors
View SourceUser()
Declaration
public User()
Properties
View SourceName
Gets or sets the nickname for this auth information.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserCredentials
Gets or sets the auth information.
Declaration
public UserCredentials UserCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| UserCredentials |