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

Provides GKE node pool information.

Attributes

  • name (type: String.t, default: nil) - Kubernetes node pool name.
  • nodes (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Node.t), default: nil) - Nodes associated with the finding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2NodePool{
  name: String.t() | nil,
  nodes:
    [GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Node.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.