View Source GoogleApi.GKEOnPrem.V1.Model.NodeTaint (google_api_gke_on_prem v0.5.0)

NodeTaint applied to every Kubernetes node in a node pool. Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. Node taints are permanent.

Attributes

  • effect (type: String.t, default: nil) - The taint effect.
  • key (type: String.t, default: nil) - Key associated with the effect.
  • value (type: String.t, default: nil) - Value associated with the effect.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.NodeTaint{
  effect: String.t() | nil,
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.