ClusterMaintenancePolicyMaintenanceExclusionExclusionOptionsArgs

data class ClusterMaintenancePolicyMaintenanceExclusionExclusionOptionsArgs(val scope: Output<String>) : ConvertibleToJava<ClusterMaintenancePolicyMaintenanceExclusionExclusionOptionsArgs>

Constructors

constructor(scope: Output<String>)

Properties

Link copied to clipboard
val scope: Output<String>

The scope of automatic upgrades to restrict in the exclusion window. One of: NO_UPGRADES | NO_MINOR_UPGRADES | NO_MINOR_OR_NODE_UPGRADES Specify start_time and end_time in RFC3339 "Zulu" date format. The start time's date is the initial date that the window starts, and the end time is used for calculating duration.Specify recurrence in RFC5545 RRULE format, to specify when this recurs. Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff. Examples:

Functions

Link copied to clipboard
open override fun toJava(): ClusterMaintenancePolicyMaintenanceExclusionExclusionOptionsArgs