View Source GoogleApi.GKEHub.V1.Model.PolicyControllerToleration (google_api_gke_hub v0.16.0)

Toleration of a node taint.

Attributes

  • effect (type: String.t, default: nil) - Matches a taint effect.
  • key (type: String.t, default: nil) - Matches a taint key (not necessarily unique).
  • operator (type: String.t, default: nil) - Matches a taint operator.
  • value (type: String.t, default: nil) - Matches a taint value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.