standard Rollout Policy
suspend fun standardRolloutPolicy(value: Output<ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgs>)
suspend fun standardRolloutPolicy(value: ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgs)
Parameters
value
Standard policy for the blue-green upgrade. To be specified when strategy is set to BLUE_GREEN. Structure is documented below.
suspend fun standardRolloutPolicy(argument: suspend ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgsBuilder.() -> Unit)
Parameters
argument
Standard policy for the blue-green upgrade. To be specified when strategy is set to BLUE_GREEN. Structure is documented below.