Class LkeClusterState
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class LkeClusterState : ResourceArgs
Constructors
View SourceLkeClusterState()
Declaration
public LkeClusterState()
Properties
View SourceApiEndpoints
The endpoints for the Kubernetes API server.
Declaration
public InputList<string> ApiEndpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
K8sVersion
The desired Kubernetes version for this Kubernetes cluster in the format of major.minor (e.g. 1.17), and the latest supported patch version will be deployed.
Declaration
public Input<string> K8sVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Kubeconfig
The base64 encoded kubeconfig for the Kubernetes cluster.
Declaration
public Input<string> Kubeconfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Label
This Kubernetes cluster's unique label.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Pools
Additional nested attributes:
Declaration
public InputList<LkeClusterPoolGetArgs> Pools { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LkeClusterPoolGetArgs> |
Region
This Kubernetes cluster's location.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the node.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |