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

Autopilot is the configuration for Autopilot settings on the cluster.

Attributes

  • enabled (type: boolean(), default: nil) - Enable Autopilot
  • workloadPolicyConfig (type: GoogleApi.Container.V1.Model.WorkloadPolicyConfig.t, default: nil) - Workload policy configuration for Autopilot.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.Autopilot{
  enabled: boolean() | nil,
  workloadPolicyConfig:
    GoogleApi.Container.V1.Model.WorkloadPolicyConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.