Class KubernetesClusterNodePoolArgs
Inheritance
System.Object
KubernetesClusterNodePoolArgs
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()
Assembly: Pulumi.DigitalOcean.dll
public sealed class KubernetesClusterNodePoolArgs : ResourceArgs
Constructors
View Source
Declaration
public KubernetesClusterNodePoolArgs()
Properties
View Source
Declaration
public Input<int> ActualNodeCount { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<bool> AutoScale { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
A unique ID that can be used to identify and reference a Kubernetes cluster.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type |
Description |
| InputMap<System.String> |
|
View Source
Declaration
public Input<int> MaxNodes { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MinNodes { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
A name for the Kubernetes cluster.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> NodeCount { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<KubernetesClusterNodePoolNodeArgs> Nodes { get; set; }
Property Value
View Source
Declaration
public Input<string> Size { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
A list of tag names to be applied to the Kubernetes cluster.
Declaration
public InputList<string> Tags { get; set; }
Property Value