Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceToleration
Packages that use V1beta2DeviceToleration
-
Uses of V1beta2DeviceToleration in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceTolerationModifier and TypeMethodDescriptionV1beta2DeviceToleration.tolerationSeconds
(Long tolerationSeconds) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceTolerationModifier and TypeMethodDescriptionV1beta2DeviceRequestAllocationResult.getTolerations()
A copy of all tolerations specified in the request at the time when the device got allocated.V1beta2DeviceSubRequest.getTolerations()
If specified, the request's tolerations.V1beta2ExactDeviceRequest.getTolerations()
If specified, the request's tolerations.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceTolerationModifier and TypeMethodDescriptionV1beta2DeviceRequestAllocationResult.addTolerationsItem
(V1beta2DeviceToleration tolerationsItem) V1beta2DeviceSubRequest.addTolerationsItem
(V1beta2DeviceToleration tolerationsItem) V1beta2ExactDeviceRequest.addTolerationsItem
(V1beta2DeviceToleration tolerationsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceTolerationModifier and TypeMethodDescriptionvoid
V1beta2DeviceRequestAllocationResult.setTolerations
(List<V1beta2DeviceToleration> tolerations) void
V1beta2DeviceSubRequest.setTolerations
(List<V1beta2DeviceToleration> tolerations) void
V1beta2ExactDeviceRequest.setTolerations
(List<V1beta2DeviceToleration> tolerations) V1beta2DeviceRequestAllocationResult.tolerations
(List<V1beta2DeviceToleration> tolerations) V1beta2DeviceSubRequest.tolerations
(List<V1beta2DeviceToleration> tolerations) V1beta2ExactDeviceRequest.tolerations
(List<V1beta2DeviceToleration> tolerations)