MaintenanceConfigurationProperties interface
Properties used to configure planned maintenance for a Managed Cluster.
Properties
| maintenance |
Maintenance window for the maintenance configuration. |
| not |
Time slots on which upgrade is not allowed. |
| time |
Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. |
Property Details
maintenanceWindow
Maintenance window for the maintenance configuration.
maintenanceWindow?: MaintenanceWindow
Property Value
notAllowedTime
timeInWeek
Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
timeInWeek?: TimeInWeek[]