taints property

NodeTaints? taints
getter/setter pair

The desired node taints to be applied to all nodes in the node pool.

If this field is not present, the taints will not be changed. Otherwise, the existing node taints will be replaced with the provided taints.

Implementation

NodeTaints? taints;