Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.DeviceAllocationResultFluent.ResultsNested
-
Packages that use DeviceAllocationResultFluent.ResultsNested Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of DeviceAllocationResultFluent.ResultsNested in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return DeviceAllocationResultFluent.ResultsNested Modifier and Type Method Description DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. addNewResult()DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. addNewResultLike(DeviceRequestAllocationResult item)DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. editFirstResult()DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. editLastResult()DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. editMatchingResult(Predicate<DeviceRequestAllocationResultBuilder> predicate)DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. editResult(int index)DeviceAllocationResultFluent.ResultsNested<A>DeviceAllocationResultFluent. setNewResultLike(int index, DeviceRequestAllocationResult item)
-