Uses of Class
io.kubernetes.client.openapi.models.V1alpha2DriverAllocationResult
Packages that use V1alpha2DriverAllocationResult
-
Uses of V1alpha2DriverAllocationResult in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2DriverAllocationResultModifier and TypeMethodDescriptionCreate an instance of V1alpha2DriverAllocationResult given an JSON stringV1alpha2DriverAllocationResult.namedResources
(V1alpha2NamedResourcesAllocationResult namedResources) V1alpha2DriverAllocationResult.vendorRequestParameters
(Object vendorRequestParameters) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2DriverAllocationResultModifier and TypeMethodDescriptionV1alpha2StructuredResourceHandle.getResults()
Results lists all allocated driver resources.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2DriverAllocationResultModifier and TypeMethodDescriptionV1alpha2StructuredResourceHandle.addResultsItem
(V1alpha2DriverAllocationResult resultsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2DriverAllocationResultModifier and TypeMethodDescriptionV1alpha2StructuredResourceHandle.results
(List<V1alpha2DriverAllocationResult> results) void
V1alpha2StructuredResourceHandle.setResults
(List<V1alpha2DriverAllocationResult> results)