taints property

List<NodeTaint>? taints
getter/setter pair

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

Implementation

core.List<NodeTaint>? taints;