google_api_container v0.12.0 GoogleApi.Container.V1.Model.NodeTaint View Source

Kubernetes taint is comprised of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Container.V1.Model.NodeTaint{
  effect: String.t(),
  key: String.t(),
  value: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.