Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceRequestAllocationResult
Packages that use V1beta2DeviceRequestAllocationResult
-
Uses of V1beta2DeviceRequestAllocationResult in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceRequestAllocationResultModifier and TypeMethodDescriptionV1beta2DeviceRequestAllocationResult.addTolerationsItem
(V1beta2DeviceToleration tolerationsItem) V1beta2DeviceRequestAllocationResult.adminAccess
(Boolean adminAccess) V1beta2DeviceRequestAllocationResult.tolerations
(List<V1beta2DeviceToleration> tolerations) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceRequestAllocationResultModifier and TypeMethodDescriptionV1beta2DeviceAllocationResult.getResults()
Results lists all allocated devices.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceRequestAllocationResultModifier and TypeMethodDescriptionV1beta2DeviceAllocationResult.addResultsItem
(V1beta2DeviceRequestAllocationResult resultsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceRequestAllocationResultModifier and TypeMethodDescriptionV1beta2DeviceAllocationResult.results
(List<V1beta2DeviceRequestAllocationResult> results) void
V1beta2DeviceAllocationResult.setResults
(List<V1beta2DeviceRequestAllocationResult> results)