Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceSelector
Packages that use V1beta2DeviceSelector
-
Uses of V1beta2DeviceSelector in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceSelectorModifier and TypeMethodDescriptionV1beta2DeviceSelector.cel
(V1beta2CELDeviceSelector cel) static V1beta2DeviceSelector
Create an instance of V1beta2DeviceSelector given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceSelectorModifier and TypeMethodDescriptionV1beta2DeviceClassSpec.getSelectors()
Each selector must be satisfied by a device which is claimed via this class.V1beta2DeviceSubRequest.getSelectors()
Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this subrequest.V1beta2ExactDeviceRequest.getSelectors()
Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceSelectorModifier and TypeMethodDescriptionV1beta2DeviceClassSpec.addSelectorsItem
(V1beta2DeviceSelector selectorsItem) V1beta2DeviceSubRequest.addSelectorsItem
(V1beta2DeviceSelector selectorsItem) V1beta2ExactDeviceRequest.addSelectorsItem
(V1beta2DeviceSelector selectorsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceSelectorModifier and TypeMethodDescriptionV1beta2DeviceClassSpec.selectors
(List<V1beta2DeviceSelector> selectors) V1beta2DeviceSubRequest.selectors
(List<V1beta2DeviceSelector> selectors) V1beta2ExactDeviceRequest.selectors
(List<V1beta2DeviceSelector> selectors) void
V1beta2DeviceClassSpec.setSelectors
(List<V1beta2DeviceSelector> selectors) void
V1beta2DeviceSubRequest.setSelectors
(List<V1beta2DeviceSelector> selectors) void
V1beta2ExactDeviceRequest.setSelectors
(List<V1beta2DeviceSelector> selectors)