Class ExecCredentialResponse
Inheritance
ExecCredentialResponse
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
View Source
Kind
Declaration
[JsonPropertyName("kind")]
public string Kind { get; set; }
Property Value
View Source
Status
Declaration
[JsonPropertyName("status")]
public ExecCredentialResponse.ExecStatus Status { get; set; }
Property Value