Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.DeviceToleration
-
Packages that use DeviceToleration Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of DeviceToleration in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return types with arguments of type DeviceToleration Modifier and Type Method Description List<DeviceToleration>DeviceRequestAllocationResultFluent. buildTolerations()List<DeviceToleration>DeviceRequestFluent. buildTolerations()List<DeviceToleration>DeviceSubRequestFluent. buildTolerations()List<DeviceToleration>DeviceRequest. getTolerations()If specified, the request's tolerations.List<DeviceToleration>DeviceRequestAllocationResult. getTolerations()A copy of all tolerations specified in the request at the time when the device got allocated.List<DeviceToleration>DeviceSubRequest. getTolerations()If specified, the request's tolerations.Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type DeviceToleration Modifier and Type Method Description ADeviceRequestAllocationResultFluent. addAllToTolerations(Collection<DeviceToleration> items)ADeviceRequestFluent. addAllToTolerations(Collection<DeviceToleration> items)ADeviceSubRequestFluent. addAllToTolerations(Collection<DeviceToleration> items)ADeviceRequestAllocationResultFluent. removeAllFromTolerations(Collection<DeviceToleration> items)ADeviceRequestFluent. removeAllFromTolerations(Collection<DeviceToleration> items)ADeviceSubRequestFluent. removeAllFromTolerations(Collection<DeviceToleration> items)voidDeviceRequest. setTolerations(List<DeviceToleration> tolerations)If specified, the request's tolerations.voidDeviceRequestAllocationResult. setTolerations(List<DeviceToleration> tolerations)A copy of all tolerations specified in the request at the time when the device got allocated.voidDeviceSubRequest. setTolerations(List<DeviceToleration> tolerations)If specified, the request's tolerations.ADeviceRequestAllocationResultFluent. withTolerations(List<DeviceToleration> tolerations)ADeviceRequestFluent. withTolerations(List<DeviceToleration> tolerations)ADeviceSubRequestFluent. withTolerations(List<DeviceToleration> tolerations)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceToleration Constructor Description DeviceTolerationBuilder(DeviceToleration instance)DeviceTolerationBuilder(DeviceTolerationFluent<?> fluent, DeviceToleration instance)DeviceTolerationFluent(DeviceToleration instance)
-