Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.DeviceAllocationResult
-
Packages that use DeviceAllocationResult Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of DeviceAllocationResult in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return DeviceAllocationResult Modifier and Type Method Description DeviceAllocationResultDeviceAllocationResultBuilder. build()DeviceAllocationResultAllocationResultFluent. buildDevices()DeviceAllocationResultAllocationResult. getDevices()AllocationResult contains attributes of an allocated resource.Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceAllocationResult Modifier and Type Method Description protected voidDeviceAllocationResultFluent. copyInstance(DeviceAllocationResult instance)AllocationResultFluent.DevicesNested<A>AllocationResultFluent. editOrNewDevicesLike(DeviceAllocationResult item)voidAllocationResult. setDevices(DeviceAllocationResult devices)AllocationResult contains attributes of an allocated resource.AAllocationResultFluent. withDevices(DeviceAllocationResult devices)AllocationResultFluent.DevicesNested<A>AllocationResultFluent. withNewDevicesLike(DeviceAllocationResult item)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceAllocationResult Constructor Description AllocationResult(String allocationTimestamp, DeviceAllocationResult devices, io.fabric8.kubernetes.api.model.NodeSelector nodeSelector)DeviceAllocationResultBuilder(DeviceAllocationResult instance)DeviceAllocationResultBuilder(DeviceAllocationResultFluent<?> fluent, DeviceAllocationResult instance)DeviceAllocationResultFluent(DeviceAllocationResult instance)
-