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

View Source

WorkloadPolicyConfig is the configuration related to GCW workload policy

Attributes

  • allowNetAdmin (type: boolean(), default: nil) - If true, workloads can use NET_ADMIN capability.
  • autopilotCompatibilityAuditingEnabled (type: boolean(), default: nil) - If true, enables the GCW Auditor that audits workloads on standard clusters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.WorkloadPolicyConfig{
  allowNetAdmin: boolean() | nil,
  autopilotCompatibilityAuditingEnabled: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.