Show / Hide Table of Contents

Class User

Relates nicknames to auth information.

Inheritance
object
User
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 User

Constructors

View Source

User()

Declaration
public User()

Properties

View Source

Name

Gets or sets the nickname for this auth information.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
View Source

UserCredentials

Gets or sets the auth information.

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