View Source GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig (google_api_gke_on_prem v0.6.0)

Specifies config to enable/disable auto repair. The cluster-health-controller is deployed only if Enabled is true.

Attributes

  • enabled (type: boolean(), default: nil) - Whether auto repair is enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig{
  enabled: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.