Class KubernetesClusterKubeConfigGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.DigitalOcean.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class KubernetesClusterKubeConfigGetArgs : ResourceArgs
Constructors
View SourceKubernetesClusterKubeConfigGetArgs()
Declaration
public KubernetesClusterKubeConfigGetArgs()
Properties
View SourceClientCertificate
Declaration
public Input<string> ClientCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientKey
Declaration
public Input<string> ClientKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterCaCertificate
Declaration
public Input<string> ClusterCaCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpiresAt
Declaration
public Input<string> ExpiresAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RawConfig
Declaration
public Input<string> RawConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Token
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |