Show / Hide Table of Contents

Class ExecCredentialResponse

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

Constructors

ExecCredentialResponse()

Declaration
public ExecCredentialResponse()

Properties

ApiVersion

Declaration
[JsonPropertyName("apiVersion")]
public string ApiVersion { get; set; }
Property Value
Type Description
string

Kind

Declaration
[JsonPropertyName("kind")]
public string Kind { get; set; }
Property Value
Type Description
string

Status

Declaration
[JsonPropertyName("status")]
public ExecCredentialResponse.ExecStatus Status { get; set; }
Property Value
Type Description
ExecCredentialResponse.ExecStatus
In this article
Back to top Generated by DocFX