Class ClusterClusterAutoscalingArgs
Inherited Members
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterAutoscalingArgs : ResourceArgs
Constructors
View SourceClusterClusterAutoscalingArgs()
Declaration
public ClusterClusterAutoscalingArgs()
Properties
View SourceAutoProvisioningDefaults
Contains defaults for a node pool created by NAP. Structure is documented below.
Declaration
public Input<ClusterClusterAutoscalingAutoProvisioningDefaultsArgs> AutoProvisioningDefaults { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterClusterAutoscalingAutoProvisioningDefaultsArgs> |
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> |
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> |
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<ClusterClusterAutoscalingResourceLimitArgs> ResourceLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClusterAutoscalingResourceLimitArgs> |