Kazan v0.9.0 Kazan.Apis.Core.V1.Taint View Source

The node this Taint is attached to has the “effect” on any pod that does not tolerate the Taint.

OpenAPI Definition: io.k8s.api.core.v1.Taint

Properties

  • effect :: String

    • Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
  • key :: String

    • Required. The taint key to be applied to a node.
  • time_added :: Kazan.Models.Apimachinery.Meta.V1.Time

    • Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
  • value :: String

    • Required. The taint value corresponding to the taint key.