Show / Hide Table of Contents

Class ClusterClusterAutoscaling

Inheritance
System.Object
ClusterClusterAutoscaling
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 ClusterClusterAutoscaling

Fields

View Source

AutoProvisioningDefaults

Contains defaults for a node pool created by NAP. Structure is documented below.

Declaration
public readonly ClusterClusterAutoscalingAutoProvisioningDefaults AutoProvisioningDefaults
Field Value
Type Description
ClusterClusterAutoscalingAutoProvisioningDefaults
View Source

AutoscalingProfile

) Configuration options for the Autoscaling profile feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability when deciding to remove nodes from a cluster. Can be BALANCED or OPTIMIZE_UTILIZATION. Defaults to BALANCED.

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

Enabled

Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

ResourceLimits

Global constraints for machine resources in the cluster. Configuring the cpu and memory types is required if node auto-provisioning is enabled. These limits will apply to node pool autoscaling in addition to node auto-provisioning. Structure is documented below.

Declaration
public readonly ImmutableArray<ClusterClusterAutoscalingResourceLimit> ResourceLimits
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ClusterClusterAutoscalingResourceLimit>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.