value property

String? value
final

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

Implementation

final String? value;