Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.Device
-
Packages that use Device Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of Device in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return Device Modifier and Type Method Description DeviceDeviceBuilder. build()DeviceResourceSliceSpecFluent. buildDevice(int index)DeviceResourceSliceSpecFluent. buildFirstDevice()DeviceResourceSliceSpecFluent. buildLastDevice()DeviceResourceSliceSpecFluent. buildMatchingDevice(Predicate<DeviceBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return types with arguments of type Device Modifier and Type Method Description List<Device>ResourceSliceSpecFluent. buildDevices()List<Device>ResourceSliceSpec. getDevices()Devices lists some or all of the devices in this pool.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type Device Modifier and Type Method Description ResourceSliceSpecFluent.DevicesNested<A>ResourceSliceSpecFluent. addNewDeviceLike(Device item)AResourceSliceSpecFluent. addToDevices(int index, Device item)AResourceSliceSpecFluent. addToDevices(Device... items)protected voidDeviceFluent. copyInstance(Device instance)AResourceSliceSpecFluent. removeFromDevices(Device... items)ResourceSliceSpecFluent.DevicesNested<A>ResourceSliceSpecFluent. setNewDeviceLike(int index, Device item)AResourceSliceSpecFluent. setToDevices(int index, Device item)AResourceSliceSpecFluent. withDevices(Device... devices)Method parameters in io.fabric8.kubernetes.api.model.resource.v1alpha3 with type arguments of type Device Modifier and Type Method Description AResourceSliceSpecFluent. addAllToDevices(Collection<Device> items)AResourceSliceSpecFluent. removeAllFromDevices(Collection<Device> items)voidResourceSliceSpec. setDevices(List<Device> devices)Devices lists some or all of the devices in this pool.AResourceSliceSpecFluent. withDevices(List<Device> devices)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type Device Constructor Description DeviceBuilder(Device instance)DeviceBuilder(DeviceFluent<?> fluent, Device instance)DeviceFluent(Device instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1alpha3 with type arguments of type Device Constructor Description ResourceSliceSpec(Boolean allNodes, List<Device> devices, String driver, String nodeName, io.fabric8.kubernetes.api.model.NodeSelector nodeSelector, Boolean perDeviceNodeSelection, ResourcePool pool, List<CounterSet> sharedCounters)
-