GoogleApi.Container.V1.Model.NodeTaint (google_api_container v0.31.0) 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. 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.