View Source GoogleApi.GKEHub.V1.Model.BinaryAuthorizationConfig (google_api_gke_hub v0.16.0)

BinaryAuthorizationConfig defines the fleet level configuration of binary authorization feature.

Attributes

  • evaluationMode (type: String.t, default: nil) - Optional. Mode of operation for binauthz policy evaluation.
  • policyBindings (type: list(GoogleApi.GKEHub.V1.Model.PolicyBinding.t), default: nil) - Optional. Binauthz policies that apply to this cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.BinaryAuthorizationConfig{
  evaluationMode: String.t() | nil,
  policyBindings: [GoogleApi.GKEHub.V1.Model.PolicyBinding.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.