Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceToleration
-
Packages that use DeviceToleration Package Description io.fabric8.kubernetes.api.model.resource.v1beta2 -
-
Uses of DeviceToleration in io.fabric8.kubernetes.api.model.resource.v1beta2
Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return types with arguments of type DeviceToleration Modifier and Type Method Description List<DeviceToleration>DeviceRequestAllocationResultFluent. buildTolerations()List<DeviceToleration>DeviceSubRequestFluent. buildTolerations()List<DeviceToleration>ExactDeviceRequestFluent. buildTolerations()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.List<DeviceToleration>ExactDeviceRequest. getTolerations()If specified, the request's tolerations.Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta2 with type arguments of type DeviceToleration Modifier and Type Method Description ADeviceRequestAllocationResultFluent. addAllToTolerations(Collection<DeviceToleration> items)ADeviceSubRequestFluent. addAllToTolerations(Collection<DeviceToleration> items)AExactDeviceRequestFluent. addAllToTolerations(Collection<DeviceToleration> items)ADeviceRequestAllocationResultFluent. removeAllFromTolerations(Collection<DeviceToleration> items)ADeviceSubRequestFluent. removeAllFromTolerations(Collection<DeviceToleration> items)AExactDeviceRequestFluent. removeAllFromTolerations(Collection<DeviceToleration> items)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.voidExactDeviceRequest. setTolerations(List<DeviceToleration> tolerations)If specified, the request's tolerations.ADeviceRequestAllocationResultFluent. withTolerations(List<DeviceToleration> tolerations)ADeviceSubRequestFluent. withTolerations(List<DeviceToleration> tolerations)AExactDeviceRequestFluent. withTolerations(List<DeviceToleration> tolerations)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type DeviceToleration Constructor Description DeviceTolerationBuilder(DeviceToleration instance)DeviceTolerationBuilder(DeviceTolerationFluent<?> fluent, DeviceToleration instance)DeviceTolerationFluent(DeviceToleration instance)
-