Uses of Class
io.kubernetes.client.openapi.models.V1alpha2ResourceHandle
Packages that use V1alpha2ResourceHandle
-
Uses of V1alpha2ResourceHandle in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2ResourceHandleMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2ResourceHandleModifier and TypeMethodDescriptionV1alpha2AllocationResult.getResourceHandles()
ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2ResourceHandleModifier and TypeMethodDescriptionV1alpha2AllocationResult.addResourceHandlesItem
(V1alpha2ResourceHandle resourceHandlesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2ResourceHandleModifier and TypeMethodDescriptionV1alpha2AllocationResult.resourceHandles
(List<V1alpha2ResourceHandle> resourceHandles) void
V1alpha2AllocationResult.setResourceHandles
(List<V1alpha2ResourceHandle> resourceHandles)