Options
All
  • Public
  • Public/Protected
  • All
Menu

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

export
interface

IoK8sApiCoreV1Taint

Hierarchy

  • IoK8sApiCoreV1Taint

Index

Properties

effect: string

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

memberof

IoK8sApiCoreV1Taint

key: string

Required. The taint key to be applied to a node.

memberof

IoK8sApiCoreV1Taint

timeAdded?: string

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.

memberof

IoK8sApiCoreV1Taint

value?: string

The taint value corresponding to the taint key.

memberof

IoK8sApiCoreV1Taint

Generated using TypeDoc