Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.AllocationResult
-
Packages that use AllocationResult Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of AllocationResult in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return AllocationResult Modifier and Type Method Description AllocationResultAllocationResultBuilder. build()AllocationResultResourceClaimStatusFluent. buildAllocation()AllocationResultResourceClaimStatus. getAllocation()ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type AllocationResult Modifier and Type Method Description protected voidAllocationResultFluent. copyInstance(AllocationResult instance)ResourceClaimStatusFluent.AllocationNested<A>ResourceClaimStatusFluent. editOrNewAllocationLike(AllocationResult item)voidResourceClaimStatus. setAllocation(AllocationResult allocation)ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.AResourceClaimStatusFluent. withAllocation(AllocationResult allocation)ResourceClaimStatusFluent.AllocationNested<A>ResourceClaimStatusFluent. withNewAllocationLike(AllocationResult item)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type AllocationResult Constructor Description AllocationResultBuilder(AllocationResult instance)AllocationResultBuilder(AllocationResultFluent<?> fluent, AllocationResult instance)AllocationResultFluent(AllocationResult instance)ResourceClaimStatus(AllocationResult allocation, List<AllocatedDeviceStatus> devices, List<ResourceClaimConsumerReference> reservedFor)
-