GoogleApi.Container.V1.Model.Autopilot (google_api_container v0.57.0)

View Source

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) - WorkloadPolicyConfig is the configuration related to GCW workload policy

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.