Class KubernetesClusterNodePool
Inheritance
System.Object
KubernetesClusterNodePool
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.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class KubernetesClusterNodePool
Fields
View SourceActualNodeCount
Declaration
public readonly int? ActualNodeCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
AutoScale
Declaration
public readonly bool? AutoScale
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
A unique ID that can be used to identify and reference a Kubernetes cluster.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
MaxNodes
Declaration
public readonly int? MaxNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MinNodes
Declaration
public readonly int? MinNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
A name for the Kubernetes cluster.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NodeCount
Declaration
public readonly int? NodeCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Nodes
Declaration
public readonly ImmutableArray<KubernetesClusterNodePoolNode> Nodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<KubernetesClusterNodePoolNode> |
Size
Declaration
public readonly string Size
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A list of tag names to be applied to the Kubernetes cluster.
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |