Uses of Class
io.kubernetes.client.openapi.models.V1alpha3DeviceSelector
Packages that use V1alpha3DeviceSelector
-
Uses of V1alpha3DeviceSelector in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3DeviceSelectorModifier and TypeMethodDescriptionV1alpha3DeviceSelector.cel(V1alpha3CELDeviceSelector cel) static V1alpha3DeviceSelectorCreate an instance of V1alpha3DeviceSelector given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3DeviceSelectorModifier and TypeMethodDescriptionV1alpha3DeviceClassSpec.getSelectors()Each selector must be satisfied by a device which is claimed via this class.V1alpha3DeviceRequest.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 V1alpha3DeviceSelectorModifier and TypeMethodDescriptionV1alpha3DeviceClassSpec.addSelectorsItem(V1alpha3DeviceSelector selectorsItem) V1alpha3DeviceRequest.addSelectorsItem(V1alpha3DeviceSelector selectorsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3DeviceSelectorModifier and TypeMethodDescriptionV1alpha3DeviceClassSpec.selectors(List<V1alpha3DeviceSelector> selectors) V1alpha3DeviceRequest.selectors(List<V1alpha3DeviceSelector> selectors) voidV1alpha3DeviceClassSpec.setSelectors(List<V1alpha3DeviceSelector> selectors) voidV1alpha3DeviceRequest.setSelectors(List<V1alpha3DeviceSelector> selectors)