Record -
kubernetes
: PodTolerationConfiguration
Pod toleration configuration.
Fields
- key string
-
Taint key of the toleration.
- operator TolerationOperator Equal
-
Operator between the key and value. Default is
"Equal"
.
- value string
-
Taint value of the toleration.
- effect TolerationEffect
-
The taint effect
- tolerationSeconds int 0
-
Time period of toleration in seconds. Default is
0
.