Uses of Class
io.fabric8.kubernetes.api.model.resource.v1.DeviceRequestAllocationResult
-
Packages that use DeviceRequestAllocationResult Package Description io.fabric8.kubernetes.api.model.resource.v1 -
-
Uses of DeviceRequestAllocationResult in io.fabric8.kubernetes.api.model.resource.v1
Methods in io.fabric8.kubernetes.api.model.resource.v1 that return DeviceRequestAllocationResult Modifier and Type Method Description DeviceRequestAllocationResultDeviceRequestAllocationResultBuilder. build()DeviceRequestAllocationResultDeviceAllocationResultFluent. buildFirstResult()DeviceRequestAllocationResultDeviceAllocationResultFluent. buildLastResult()DeviceRequestAllocationResultDeviceAllocationResultFluent. buildMatchingResult(Predicate<DeviceRequestAllocationResultBuilder> predicate)DeviceRequestAllocationResultDeviceAllocationResultFluent. buildResult(int index)Methods in io.fabric8.kubernetes.api.model.resource.v1 that return types with arguments of type DeviceRequestAllocationResult Modifier and Type Method Description List<DeviceRequestAllocationResult>DeviceAllocationResultFluent. buildResults()List<DeviceRequestAllocationResult>DeviceAllocationResult. getResults()Results lists all allocated devices.Methods in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type DeviceRequestAllocationResult Modifier and Type Method Description DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. addNewResultLike(DeviceRequestAllocationResult item)ADeviceAllocationResultFluent. addToResults(int index, DeviceRequestAllocationResult item)ADeviceAllocationResultFluent. addToResults(DeviceRequestAllocationResult... items)protected voidDeviceRequestAllocationResultFluent. copyInstance(DeviceRequestAllocationResult instance)ADeviceAllocationResultFluent. removeFromResults(DeviceRequestAllocationResult... items)DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. setNewResultLike(int index, DeviceRequestAllocationResult item)ADeviceAllocationResultFluent. setToResults(int index, DeviceRequestAllocationResult item)ADeviceAllocationResultFluent. withResults(DeviceRequestAllocationResult... results)Method parameters in io.fabric8.kubernetes.api.model.resource.v1 with type arguments of type DeviceRequestAllocationResult Modifier and Type Method Description ADeviceAllocationResultFluent. addAllToResults(Collection<DeviceRequestAllocationResult> items)ADeviceAllocationResultFluent. removeAllFromResults(Collection<DeviceRequestAllocationResult> items)voidDeviceAllocationResult. setResults(List<DeviceRequestAllocationResult> results)Results lists all allocated devices.ADeviceAllocationResultFluent. withResults(List<DeviceRequestAllocationResult> results)Constructors in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type DeviceRequestAllocationResult Constructor Description DeviceRequestAllocationResultBuilder(DeviceRequestAllocationResult instance)DeviceRequestAllocationResultBuilder(DeviceRequestAllocationResultFluent<?> fluent, DeviceRequestAllocationResult instance)DeviceRequestAllocationResultFluent(DeviceRequestAllocationResult instance)
-