Class ClusterClusterAutoscaling
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterAutoscaling
Fields
View SourceAutoProvisioningDefaults
Contains defaults for a node pool created by NAP. Structure is documented below.
Declaration
public readonly ClusterClusterAutoscalingAutoProvisioningDefaults AutoProvisioningDefaults
Field Value
| Type | Description |
|---|---|
| ClusterClusterAutoscalingAutoProvisioningDefaults |
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 |
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 |
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> |