MaintenancePolicyResponse

data class MaintenancePolicyResponse(val resourceVersion: String, val window: MaintenanceWindowResponse)

MaintenancePolicy defines the maintenance policy to be used for the cluster.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a get() request to the cluster to get the current resource version and include it with requests to set the policy.

Link copied to clipboard

Specifies the maintenance window in which maintenance may be performed.