Uses of Class
com.tencentcloudapi.monitor.v20180724.models.Toleration
-
Packages that use Toleration Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of Toleration in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return Toleration Modifier and Type Method Description Toleration[]PrometheusClusterAgentPodConfig. getTolerations()Get 容忍污点Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type Toleration Modifier and Type Method Description voidPrometheusClusterAgentPodConfig. setTolerations(Toleration[] Tolerations)Set 容忍污点Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type Toleration Constructor Description Toleration(Toleration source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-