google_api_container v0.9.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 section Functions
Unwrap a decoded JSON object into its complex fields.