Show / Hide Table of Contents

Class AuthProvider

Contains information that describes identity information. This is use to tell the kubernetes cluster who you are.

Inheritance
object
AuthProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class AuthProvider

Constructors

AuthProvider()

Declaration
public AuthProvider()

Properties

Config

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
In this article
Back to top Generated by DocFX