maintenancePolicy

@JvmName(name = "tgynbqbqsbqihoja")
suspend fun maintenancePolicy(value: Output<KubernetesClusterMaintenancePolicyArgs>)
@JvmName(name = "fwctwpelccowsqlv")
suspend fun maintenancePolicy(value: KubernetesClusterMaintenancePolicyArgs?)

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.


@JvmName(name = "lkjiisyqsmvaolti")
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.