maintenance Policy
Parameters
value
A block representing the cluster's maintenance window. Updates will be applied within this window. If not specified, a default maintenance window will be chosen. auto_upgrade
must be set to true
for this to have an effect.
suspend fun maintenancePolicy(argument: suspend KubernetesClusterMaintenancePolicyArgsBuilder.() -> Unit)
Parameters
argument
A block representing the cluster's maintenance window. Updates will be applied within this window. If not specified, a default maintenance window will be chosen. auto_upgrade
must be set to true
for this to have an effect.