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

View Source

AuthProvider()

Declaration
public AuthProvider()

Properties

View Source

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>
View Source

Name

Gets or sets the nickname for this auth provider.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX