maintenancePolicy

@JvmName(name = "xevqjksvhggvilbq")
suspend fun maintenancePolicy(value: Output<KubernetesClusterMaintenancePolicyArgs>)
@JvmName(name = "jesedvhoyuddpsdo")
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 = "onxjdqgyuqtuwcxu")
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.