Interface ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.204Z") @Stability(Stable) public interface ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builderstatic classContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Jsii$ProxyAn implementation forContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builderbuilder()default ObjectgetAutoRepair()Specifies whether the node auto-repair is enabled for the node pool.default ObjectgetAutoUpgrade()Specifies whether node auto-upgrade is enabled for the node pool.
-
-
-
Method Detail
-
getAutoRepair
@Stability(Stable) @Nullable default Object getAutoRepair()
Specifies whether the node auto-repair is enabled for the node pool.If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#auto_repair ContainerCluster#auto_repair}
-
getAutoUpgrade
@Stability(Stable) @Nullable default Object getAutoUpgrade()
Specifies whether node auto-upgrade is enabled for the node pool.If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#auto_upgrade ContainerCluster#auto_upgrade}
-
builder
@Stability(Stable) static ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builder builder()
-
-