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()DeviceSelectorDeviceTaintSelectorFluent. buildFirstSelector()DeviceSelectorDeviceTaintSelectorFluent. buildLastSelector()DeviceSelectorDeviceTaintSelectorFluent. buildMatchingSelector(Predicate<DeviceSelectorBuilder> predicate)DeviceSelectorDeviceTaintSelectorFluent. 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>DeviceTaintSelectorFluent. buildSelectors()List<DeviceSelector>DeviceTaintSelector. getSelectors()Selectors contains the same selection criteria as a ResourceClaim.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type DeviceSelector Modifier and Type Method Description DeviceTaintSelectorFluent.SelectorsNested<A>DeviceTaintSelectorFluent. addNewSelectorLike(DeviceSelector item)ADeviceTaintSelectorFluent. addToSelectors(int index, DeviceSelector item)ADeviceTaintSelectorFluent. addToSelectors(DeviceSelector... items)protected voidDeviceSelectorFluent. copyInstance(DeviceSelector instance)ADeviceTaintSelectorFluent. removeFromSelectors(DeviceSelector... items)DeviceTaintSelectorFluent.SelectorsNested<A>DeviceTaintSelectorFluent. setNewSelectorLike(int index, DeviceSelector item)ADeviceTaintSelectorFluent. setToSelectors(int index, DeviceSelector item)ADeviceTaintSelectorFluent. withSelectors(DeviceSelector... selectors)Method parameters in io.fabric8.kubernetes.api.model.resource.v1alpha3 with type arguments of type DeviceSelector Modifier and Type Method Description ADeviceTaintSelectorFluent. addAllToSelectors(Collection<DeviceSelector> items)ADeviceTaintSelectorFluent. removeAllFromSelectors(Collection<DeviceSelector> items)voidDeviceTaintSelector. setSelectors(List<DeviceSelector> selectors)Selectors contains the same selection criteria as a ResourceClaim.ADeviceTaintSelectorFluent. 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 DeviceTaintSelector(String device, String deviceClassName, String driver, String pool, List<DeviceSelector> selectors)
-