GoogleApi.BinaryAuthorization.V1.Model.PodResult (google_api_binary_authorization v0.18.0)

View Source

Result of evaluating the whole GKE policy for one Pod.

Attributes

  • imageResults (type: list(GoogleApi.BinaryAuthorization.V1.Model.ImageResult.t), default: nil) - Per-image details.
  • kubernetesNamespace (type: String.t, default: nil) - The Kubernetes namespace of the Pod.
  • kubernetesServiceAccount (type: String.t, default: nil) - The Kubernetes service account of the Pod.
  • podName (type: String.t, default: nil) - The name of the Pod.
  • verdict (type: String.t, default: nil) - The result of evaluating this Pod.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.PodResult{
  imageResults: [GoogleApi.BinaryAuthorization.V1.Model.ImageResult.t()] | nil,
  kubernetesNamespace: String.t() | nil,
  kubernetesServiceAccount: String.t() | nil,
  podName: String.t() | nil,
  verdict: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.