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

View Source

ExecCredentialResponse()

Declaration
public ExecCredentialResponse()

Properties

View Source

ApiVersion

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

Kind

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

Status

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