Interface ContainerAwsNodePoolUpdateSettingsSurgeSettings

    • Method Detail

      • getMaxSurge

        @Stability(Stable)
        @Nullable
        default Number getMaxSurge()
        Optional.

        The maximum number of nodes that can be created beyond the current size of the node pool during the update process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#max_surge ContainerAwsNodePool#max_surge}

      • getMaxUnavailable

        @Stability(Stable)
        @Nullable
        default Number getMaxUnavailable()
        Optional.

        The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#max_unavailable ContainerAwsNodePool#max_unavailable}