Uses of Class
io.kubernetes.client.openapi.models.V1Toleration
Packages that use V1Toleration
-
Uses of V1Toleration in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TolerationMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1TolerationModifier and TypeMethodDescriptionV1PodSpec.getTolerations()
If specified, the pod's tolerations.V1Scheduling.getTolerations()
tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.Methods in io.kubernetes.client.openapi.models with parameters of type V1TolerationModifier and TypeMethodDescriptionV1PodSpec.addTolerationsItem
(V1Toleration tolerationsItem) V1Scheduling.addTolerationsItem
(V1Toleration tolerationsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1TolerationModifier and TypeMethodDescriptionvoid
V1PodSpec.setTolerations
(List<V1Toleration> tolerations) void
V1Scheduling.setTolerations
(List<V1Toleration> tolerations) V1PodSpec.tolerations
(List<V1Toleration> tolerations) V1Scheduling.tolerations
(List<V1Toleration> tolerations)