We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37a96e3 + 5f3e07c commit b52a830Copy full SHA for b52a830
1 file changed
incus-osd/api/system_update.go
@@ -28,7 +28,6 @@ type SystemUpdateState struct {
28
29
// SystemUpdateMaintenanceWindow defines a maintenance window for when it is acceptable to check for and apply updates.
30
// StartDayOfWeek and EndDayOfWeek are optional, and if non-zero can be used to limit the migration window to certain day(s).
31
-// Times are assumed to be in UTC.
32
type SystemUpdateMaintenanceWindow struct {
33
StartDayOfWeek Weekday `json:"start_day_of_week,omitempty" yaml:"start_day_of_week,omitempty"`
34
StartHour int `json:"start_hour" yaml:"start_hour"`
0 commit comments