KubernetesClusterMaintenanceWindowAllowed

data class KubernetesClusterMaintenanceWindowAllowed(val day: String, val hours: List<Int>)

Constructors

constructor(day: String, hours: List<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String

A day in a week. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.

Link copied to clipboard
val hours: List<Int>

An array of hour slots in a day. For example, specifying 1 will allow maintenance from 1:00am to 2:00am. Specifying 1, 2 will allow maintenance from 1:00am to 3:00m. Possible values are between 0 and 23.