Class ClusterClusterAutoscalingGetArgs
Inherited Members
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterAutoscalingGetArgs : ResourceArgs
Constructors
View SourceClusterClusterAutoscalingGetArgs()
Declaration
public ClusterClusterAutoscalingGetArgs()
Properties
View SourceAutoProvisioningDefaults
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> |
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<ClusterClusterAutoscalingResourceLimitGetArgs> ResourceLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClusterAutoscalingResourceLimitGetArgs> |