View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminDrainingMachine (google_api_gke_on_prem v0.6.0)

BareMetalAdminDrainingMachine represents the machines that are currently draining.

Attributes

  • nodeIp (type: String.t, default: nil) - Draining machine IP address.
  • podCount (type: integer(), default: nil) - The count of pods yet to drain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminDrainingMachine{
  nodeIp: String.t() | nil,
  podCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.