Uses of Class
io.kubernetes.client.openapi.models.V1beta1DeviceSelector
Packages that use V1beta1DeviceSelector
-
Uses of V1beta1DeviceSelector in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1DeviceSelectorModifier and TypeMethodDescriptionV1beta1DeviceSelector.cel(V1beta1CELDeviceSelector cel) static V1beta1DeviceSelectorCreate an instance of V1beta1DeviceSelector given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1DeviceSelectorModifier and TypeMethodDescriptionV1beta1DeviceClassSpec.getSelectors()Each selector must be satisfied by a device which is claimed via this class.V1beta1DeviceRequest.getSelectors()Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request.V1beta1DeviceSubRequest.getSelectors()Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this subrequest.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1DeviceSelectorModifier and TypeMethodDescriptionV1beta1DeviceClassSpec.addSelectorsItem(V1beta1DeviceSelector selectorsItem) V1beta1DeviceRequest.addSelectorsItem(V1beta1DeviceSelector selectorsItem) V1beta1DeviceSubRequest.addSelectorsItem(V1beta1DeviceSelector selectorsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1DeviceSelectorModifier and TypeMethodDescriptionV1beta1DeviceClassSpec.selectors(List<V1beta1DeviceSelector> selectors) V1beta1DeviceRequest.selectors(List<V1beta1DeviceSelector> selectors) V1beta1DeviceSubRequest.selectors(List<V1beta1DeviceSelector> selectors) voidV1beta1DeviceClassSpec.setSelectors(List<V1beta1DeviceSelector> selectors) voidV1beta1DeviceRequest.setSelectors(List<V1beta1DeviceSelector> selectors) voidV1beta1DeviceSubRequest.setSelectors(List<V1beta1DeviceSelector> selectors)