GoogleApi.Container.V1.Model.NodeTaint (google_api_container v0.57.0)

View Source

Kubernetes taint is composed of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See here for more information, including usage and the valid values.

Attributes

  • effect (type: String.t, default: nil) - Effect for taint.
  • key (type: String.t, default: nil) - Key for taint.
  • value (type: String.t, default: nil) - Value for taint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.