Show / Hide Table of Contents

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 Source

ActualNodeCount

Declaration
public readonly int? ActualNodeCount
Field Value
Type Description
System.Nullable<System.Int32>
View Source

AutoScale

Declaration
public readonly bool? AutoScale
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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
View Source

Labels

Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

MaxNodes

Declaration
public readonly int? MaxNodes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MinNodes

Declaration
public readonly int? MinNodes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Name

A name for the Kubernetes cluster.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NodeCount

Declaration
public readonly int? NodeCount
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Nodes

Declaration
public readonly ImmutableArray<KubernetesClusterNodePoolNode> Nodes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<KubernetesClusterNodePoolNode>
View Source

Size

Declaration
public readonly string Size
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.