View Source GoogleApi.Container.V1.Model.MaintenanceWindow (google_api_container v0.45.0)

MaintenanceWindow defines the maintenance window to be used for the cluster.

Attributes

  • dailyMaintenanceWindow (type: GoogleApi.Container.V1.Model.DailyMaintenanceWindow.t, default: nil) - DailyMaintenanceWindow specifies a daily maintenance operation window.
  • maintenanceExclusions (type: %{optional(String.t) => GoogleApi.Container.V1.Model.TimeWindow.t}, default: nil) - Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
  • recurringWindow (type: GoogleApi.Container.V1.Model.RecurringTimeWindow.t, default: nil) - RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.MaintenanceWindow{
  dailyMaintenanceWindow:
    GoogleApi.Container.V1.Model.DailyMaintenanceWindow.t() | nil,
  maintenanceExclusions:
    %{optional(String.t()) => GoogleApi.Container.V1.Model.TimeWindow.t()} | nil,
  recurringWindow: GoogleApi.Container.V1.Model.RecurringTimeWindow.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.