Uses of Class
org.cdk8s.plus25.k8s.Toleration.Builder
-
Packages that use Toleration.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of Toleration.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return Toleration.Builder Modifier and Type Method Description static Toleration.BuilderToleration. builder()Toleration.BuilderToleration.Builder. effect(String effect)Sets the value ofToleration.getEffect()Toleration.BuilderToleration.Builder. key(String key)Sets the value ofToleration.getKey()Toleration.BuilderToleration.Builder. operator(String operator)Sets the value ofToleration.getOperator()Toleration.BuilderToleration.Builder. tolerationSeconds(Number tolerationSeconds)Sets the value ofToleration.getTolerationSeconds()Toleration.BuilderToleration.Builder. value(String value)Sets the value ofToleration.getValue()Constructors in org.cdk8s.plus25.k8s with parameters of type Toleration.Builder Constructor Description Jsii$Proxy(Toleration.Builder builder)Constructor that initializes the object based on literal property values passed by theToleration.Builder.
-