Show / Hide Table of Contents

Class ClusterNodePool

Inheritance
System.Object
ClusterNodePool
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.Gcp.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterNodePool

Fields

View Source

Autoscaling

Declaration
public readonly ClusterNodePoolAutoscaling Autoscaling
Field Value
Type Description
ClusterNodePoolAutoscaling
View Source

InitialNodeCount

The number of nodes to create in this cluster's default node pool. In regional or multi-zonal clusters, this is the number of nodes per zone. Must be set if node_pool is not set. If you're using gcp.container.NodePool objects with no default node pool, you'll need to set this to a value of at least 1, alongside setting remove_default_node_pool to true.

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

InstanceGroupUrls

List of instance group URLs which have been assigned to the cluster.

Declaration
public readonly ImmutableArray<string> InstanceGroupUrls
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Management

Declaration
public readonly ClusterNodePoolManagement Management
Field Value
Type Description
ClusterNodePoolManagement
View Source

MaxPodsPerNode

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

Name

The name of the cluster, unique within the project and location.

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

NamePrefix

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

NodeConfig

Parameters used in creating the default node pool. Generally, this field should not be used at the same time as a gcp.container.NodePool or a node_pool block; this configuration manages the default node pool, which isn't recommended to be used. Structure is documented below.

Declaration
public readonly ClusterNodePoolNodeConfig NodeConfig
Field Value
Type Description
ClusterNodePoolNodeConfig
View Source

NodeCount

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

NodeLocations

The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. If this is specified for a zonal cluster, omit the cluster's zone.

Declaration
public readonly ImmutableArray<string> NodeLocations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

UpgradeSettings

Declaration
public readonly ClusterNodePoolUpgradeSettings UpgradeSettings
Field Value
Type Description
ClusterNodePoolUpgradeSettings
View Source

Version

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.