google_api_container v0.7.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 (String.t): Effect for taint. Defaults to: null.

    • Enum - one of [EFFECT_UNSPECIFIED, NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE]
  • key (String.t): Key for taint. Defaults to: null.
  • value (String.t): Value for taint. Defaults to: null.

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: any(),
  key: any(),
  value: any()
}

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.