Uses of Class
io.kubernetes.client.openapi.models.V1alpha3AllocationResult
Packages that use V1alpha3AllocationResult
-
Uses of V1alpha3AllocationResult in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3AllocationResultModifier and TypeMethodDescriptionV1alpha3AllocationResult.controller
(String controller) V1alpha3AllocationResult.devices
(V1alpha3DeviceAllocationResult devices) static V1alpha3AllocationResult
Create an instance of V1alpha3AllocationResult given an JSON stringV1alpha3ResourceClaimStatus.getAllocation()
Get allocationV1alpha3AllocationResult.nodeSelector
(V1NodeSelector nodeSelector) Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3AllocationResultModifier and TypeMethodDescriptionV1alpha3ResourceClaimStatus.allocation
(V1alpha3AllocationResult allocation) void
V1alpha3ResourceClaimStatus.setAllocation
(V1alpha3AllocationResult allocation)