Show / Hide Table of Contents

Class ClusterClusterAutoscalingGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterAutoscalingGetArgs
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.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterAutoscalingGetArgs : ResourceArgs

Constructors

View Source

ClusterClusterAutoscalingGetArgs()

Declaration
public ClusterClusterAutoscalingGetArgs()

Properties

View Source

AutoProvisioningDefaults

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

Declaration
public Input<ClusterClusterAutoscalingAutoProvisioningDefaultsGetArgs> AutoProvisioningDefaults { get; set; }
Property Value
Type Description
Input<ClusterClusterAutoscalingAutoProvisioningDefaultsGetArgs>
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 Input<string> AutoscalingProfile { get; set; }
Property Value
Type Description
Input<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 Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<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 InputList<ClusterClusterAutoscalingResourceLimitGetArgs> ResourceLimits { get; set; }
Property Value
Type Description
InputList<ClusterClusterAutoscalingResourceLimitGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.