Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha2.AllocationResult
-
Packages that use AllocationResult Package Description io.fabric8.kubernetes.api.model.resource.v1alpha2 -
-
Uses of AllocationResult in io.fabric8.kubernetes.api.model.resource.v1alpha2
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 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 resulting attributes are.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 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 resulting attributes are.AResourceClaimStatusFluent. withAllocation(AllocationResult allocation)ResourceClaimStatusFluent.AllocationNested<A>ResourceClaimStatusFluent. withNewAllocationLike(AllocationResult item)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type AllocationResult Constructor Description AllocationResultBuilder(AllocationResult instance)AllocationResultBuilder(AllocationResultFluent<?> fluent, AllocationResult instance)AllocationResultFluent(AllocationResult instance)ResourceClaimStatus(AllocationResult allocation, Boolean deallocationRequested, String driverName, List<ResourceClaimConsumerReference> reservedFor)
-