Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceRequest
Packages that use V1beta2DeviceRequest
-
Uses of V1beta2DeviceRequest in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceRequestModifier and TypeMethodDescriptionV1beta2DeviceRequest.addFirstAvailableItem(V1beta2DeviceSubRequest firstAvailableItem) V1beta2DeviceRequest.exactly(V1beta2ExactDeviceRequest exactly) V1beta2DeviceRequest.firstAvailable(List<V1beta2DeviceSubRequest> firstAvailable) static V1beta2DeviceRequestCreate an instance of V1beta2DeviceRequest given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceRequestModifier and TypeMethodDescriptionV1beta2DeviceClaim.getRequests()Requests represent individual requests for distinct devices which must all be satisfied.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceRequestModifier and TypeMethodDescriptionV1beta2DeviceClaim.addRequestsItem(V1beta2DeviceRequest requestsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceRequestModifier and TypeMethodDescriptionV1beta2DeviceClaim.requests(List<V1beta2DeviceRequest> requests) voidV1beta2DeviceClaim.setRequests(List<V1beta2DeviceRequest> requests)