Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha2.DriverAllocationResult
-
Packages that use DriverAllocationResult Package Description io.fabric8.kubernetes.api.model.resource.v1alpha2 -
-
Uses of DriverAllocationResult in io.fabric8.kubernetes.api.model.resource.v1alpha2
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 that return DriverAllocationResult Modifier and Type Method Description DriverAllocationResultDriverAllocationResultBuilder. build()DriverAllocationResultStructuredResourceHandleFluent. buildFirstResult()DriverAllocationResultStructuredResourceHandleFluent. buildLastResult()DriverAllocationResultStructuredResourceHandleFluent. buildMatchingResult(Predicate<DriverAllocationResultBuilder> predicate)DriverAllocationResultStructuredResourceHandleFluent. buildResult(int index)Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 that return types with arguments of type DriverAllocationResult Modifier and Type Method Description List<DriverAllocationResult>StructuredResourceHandleFluent. buildResults()List<DriverAllocationResult>StructuredResourceHandle. getResults()Results lists all allocated driver resources.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type DriverAllocationResult Modifier and Type Method Description StructuredResourceHandleFluent.ResultsNested<A>StructuredResourceHandleFluent. addNewResultLike(DriverAllocationResult item)AStructuredResourceHandleFluent. addToResults(int index, DriverAllocationResult item)AStructuredResourceHandleFluent. addToResults(DriverAllocationResult... items)protected voidDriverAllocationResultFluent. copyInstance(DriverAllocationResult instance)AStructuredResourceHandleFluent. removeFromResults(DriverAllocationResult... items)StructuredResourceHandleFluent.ResultsNested<A>StructuredResourceHandleFluent. setNewResultLike(int index, DriverAllocationResult item)AStructuredResourceHandleFluent. setToResults(int index, DriverAllocationResult item)AStructuredResourceHandleFluent. withResults(DriverAllocationResult... results)Method parameters in io.fabric8.kubernetes.api.model.resource.v1alpha2 with type arguments of type DriverAllocationResult Modifier and Type Method Description AStructuredResourceHandleFluent. addAllToResults(Collection<DriverAllocationResult> items)AStructuredResourceHandleFluent. removeAllFromResults(Collection<DriverAllocationResult> items)voidStructuredResourceHandle. setResults(List<DriverAllocationResult> results)Results lists all allocated driver resources.AStructuredResourceHandleFluent. withResults(List<DriverAllocationResult> results)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type DriverAllocationResult Constructor Description DriverAllocationResultBuilder(DriverAllocationResult instance)DriverAllocationResultBuilder(DriverAllocationResultFluent<?> fluent, DriverAllocationResult instance)DriverAllocationResultFluent(DriverAllocationResult instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1alpha2 with type arguments of type DriverAllocationResult Constructor Description StructuredResourceHandle(String nodeName, List<DriverAllocationResult> results, Object vendorClaimParameters, Object vendorClassParameters)
-