tolerations property

List<Toleration>? tolerations
final

tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.

Implementation

final List<Toleration>? tolerations;