Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceClassList
Packages that use V1beta2DeviceClassList
-
Uses of V1beta2DeviceClassList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta2DeviceClassListModifier and TypeMethodDescriptionResourceV1beta2Api.listDeviceClass
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeviceClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta2DeviceClassListModifier and TypeMethodDescriptionResourceV1beta2Api.listDeviceClassWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeviceClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta2DeviceClassListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta2Api.listDeviceClassAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta2DeviceClassList> _callback) (asynchronously) list or watch objects of kind DeviceClass -
Uses of V1beta2DeviceClassList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceClassListModifier and TypeMethodDescriptionV1beta2DeviceClassList.addItemsItem
(V1beta2DeviceClass itemsItem) V1beta2DeviceClassList.apiVersion
(String apiVersion) V1beta2DeviceClassList.items
(List<V1beta2DeviceClass> items) V1beta2DeviceClassList.metadata
(V1ListMeta metadata)