Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.DeviceSelector
-
Packages that use DeviceSelector Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of DeviceSelector in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return types with arguments of type DeviceSelector Modifier and Type Method Description List<DeviceSelector>DeviceClassSpecFluent. buildSelectors()List<DeviceSelector>DeviceRequestFluent. buildSelectors()List<DeviceSelector>DeviceSubRequestFluent. buildSelectors()List<DeviceSelector>DeviceClassSpec. getSelectors()Each selector must be satisfied by a device which is claimed via this class.List<DeviceSelector>DeviceRequest. getSelectors()Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request.List<DeviceSelector>DeviceSubRequest. getSelectors()Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this subrequest.Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type DeviceSelector Modifier and Type Method Description ADeviceClassSpecFluent. addAllToSelectors(Collection<DeviceSelector> items)ADeviceRequestFluent. addAllToSelectors(Collection<DeviceSelector> items)ADeviceSubRequestFluent. addAllToSelectors(Collection<DeviceSelector> items)ADeviceClassSpecFluent. removeAllFromSelectors(Collection<DeviceSelector> items)ADeviceRequestFluent. removeAllFromSelectors(Collection<DeviceSelector> items)ADeviceSubRequestFluent. removeAllFromSelectors(Collection<DeviceSelector> items)voidDeviceClassSpec. setSelectors(List<DeviceSelector> selectors)Each selector must be satisfied by a device which is claimed via this class.voidDeviceRequest. setSelectors(List<DeviceSelector> selectors)Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request.voidDeviceSubRequest. setSelectors(List<DeviceSelector> selectors)Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this subrequest.ADeviceClassSpecFluent. withSelectors(List<DeviceSelector> selectors)ADeviceRequestFluent. withSelectors(List<DeviceSelector> selectors)ADeviceSubRequestFluent. withSelectors(List<DeviceSelector> selectors)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceSelector Constructor Description DeviceSelectorBuilder(DeviceSelector instance)DeviceSelectorBuilder(DeviceSelectorFluent<?> fluent, DeviceSelector instance)DeviceSelectorFluent(DeviceSelector instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type DeviceSelector Constructor Description DeviceSubRequest(String allocationMode, Long count, String deviceClassName, String name, List<DeviceSelector> selectors, List<DeviceToleration> tolerations)
-