Show / Hide Table of Contents

Class KubernetesClusterNodePoolArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesClusterNodePoolArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class KubernetesClusterNodePoolArgs : ResourceArgs

Constructors

View Source

KubernetesClusterNodePoolArgs()

Declaration
public KubernetesClusterNodePoolArgs()

Properties

View Source

ActualNodeCount

Declaration
public Input<int> ActualNodeCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AutoScale

Declaration
public Input<bool> AutoScale { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Id

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

Labels

Declaration
public InputMap<string> Labels { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

MaxNodes

Declaration
public Input<int> MaxNodes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinNodes

Declaration
public Input<int> MinNodes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

A name for the Kubernetes cluster.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NodeCount

Declaration
public Input<int> NodeCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Nodes

Declaration
public InputList<KubernetesClusterNodePoolNodeArgs> Nodes { get; set; }
Property Value
Type Description
InputList<KubernetesClusterNodePoolNodeArgs>
View Source

Size

Declaration
public Input<string> Size { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A list of tag names to be applied to the Kubernetes cluster.

Declaration
public InputList<string> Tags { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.