View Source GoogleApi.SecurityCenter.V1.Model.Pod (google_api_security_center v0.29.0)

A Kubernetes Pod.

Attributes

  • containers (type: list(GoogleApi.SecurityCenter.V1.Model.Container.t), default: nil) - Pod containers associated with this finding, if any.
  • labels (type: list(GoogleApi.SecurityCenter.V1.Model.Label.t), default: nil) - Pod labels. For Kubernetes containers, these are applied to the container.
  • name (type: String.t, default: nil) - Kubernetes Pod name.
  • ns (type: String.t, default: nil) - Kubernetes Pod namespace.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.Pod{
  containers: [GoogleApi.SecurityCenter.V1.Model.Container.t()] | nil,
  labels: [GoogleApi.SecurityCenter.V1.Model.Label.t()] | nil,
  name: String.t() | nil,
  ns: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.