Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceSelector
-
Packages that use DeviceSelector Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of DeviceSelector in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return DeviceSelector Modifier and Type Method Description DeviceSelectorDeviceSelectorBuilder. build()DeviceSelectorDeviceClassSpecFluent. buildFirstSelector()DeviceSelectorDeviceRequestFluent. buildFirstSelector()DeviceSelectorDeviceClassSpecFluent. buildLastSelector()DeviceSelectorDeviceRequestFluent. buildLastSelector()DeviceSelectorDeviceClassSpecFluent. buildMatchingSelector(Predicate<DeviceSelectorBuilder> predicate)DeviceSelectorDeviceRequestFluent. buildMatchingSelector(Predicate<DeviceSelectorBuilder> predicate)DeviceSelectorDeviceClassSpecFluent. buildSelector(int index)DeviceSelectorDeviceRequestFluent. buildSelector(int index)Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return types with arguments of type DeviceSelector Modifier and Type Method Description List<DeviceSelector>DeviceClassSpecFluent. buildSelectors()List<DeviceSelector>DeviceRequestFluent. 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.Method parameters in io.fabric8.kubernetes.api.model.resource.v1alpha3 with type arguments of type DeviceSelector Modifier and Type Method Description ADeviceClassSpecFluent. addAllToSelectors(Collection<DeviceSelector> items)ADeviceRequestFluent. addAllToSelectors(Collection<DeviceSelector> items)ADeviceClassSpecFluent. removeAllFromSelectors(Collection<DeviceSelector> items)ADeviceRequestFluent. 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.ADeviceClassSpecFluent. withSelectors(List<DeviceSelector> selectors)ADeviceRequestFluent. withSelectors(List<DeviceSelector> selectors)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha3 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.v1alpha3 with type arguments of type DeviceSelector Constructor Description DeviceRequest(Boolean adminAccess, String allocationMode, Long count, String deviceClassName, String name, List<DeviceSelector> selectors)
-