Class AuthProvider
Contains information that describes identity information. This is use to tell the kubernetes cluster who you are.
Inherited Members
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class AuthProvider
Constructors
View SourceAuthProvider()
Declaration
public AuthProvider()
Properties
View SourceConfig
Gets or sets the configuration for this auth provider
Declaration
public Dictionary<string, string> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Name
Gets or sets the nickname for this auth provider.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |