TolerationV1 Constructors
Class Constructors 1 member
Represents a toleration configuration for Kubernetes pods. Used to tolerate taints that would otherwise prevent a pod from being scheduled onto a node. Defines the behavior of tolerating taints based on key-value pairs, operators, effects, and optional toleration durations.
Constructor Section titled Constructor public sealed class TolerationV1{ public TolerationV1() { // ... }}