Class LkeClusterArgs
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 LkeClusterArgs : ResourceArgs
Constructors
View SourceLkeClusterArgs()
Declaration
public LkeClusterArgs()
Properties
View SourceK8sVersion
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> |
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<LkeClusterPoolArgs> Pools { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LkeClusterPoolArgs> |
Region
This Kubernetes cluster's location.
Declaration
public Input<string> Region { 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> |