recurring Window
Parameters
Time window for recurring maintenance operations. 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:
maintenance_policy {
recurring_window {
start_time = "2019-08-01T02:00:00Z"
end_time = "2019-08-01T06:00:00Z"
recurrence = "FREQ=DAILY"
}
}
maintenance_policy {
recurring_window {
start_time = "2019-01-01T09:00:00Z"
end_time = "2019-01-01T17:00:00Z"
recurrence = "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"
}
}
Parameters
Time window for recurring maintenance operations. 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:
maintenance_policy {
recurring_window {
start_time = "2019-08-01T02:00:00Z"
end_time = "2019-08-01T06:00:00Z"
recurrence = "FREQ=DAILY"
}
}
maintenance_policy {
recurring_window {
start_time = "2019-01-01T09:00:00Z"
end_time = "2019-01-01T17:00:00Z"
recurrence = "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"
}
}