Uses of Class
io.kubernetes.client.openapi.models.V1DeviceClassList
Packages that use V1DeviceClassList
-
Uses of V1DeviceClassList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1DeviceClassListModifier and TypeMethodDescriptionResourceV1Api.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 V1DeviceClassListModifier and TypeMethodDescriptionResourceV1Api.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 V1DeviceClassListModifier and TypeMethodDescriptionokhttp3.CallResourceV1Api.listDeviceClassAsync(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1DeviceClassList> _callback) (asynchronously) list or watch objects of kind DeviceClass -
Uses of V1DeviceClassList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeviceClassListModifier and TypeMethodDescriptionV1DeviceClassList.addItemsItem(V1DeviceClass itemsItem) V1DeviceClassList.apiVersion(String apiVersion) V1DeviceClassList.items(List<V1DeviceClass> items) V1DeviceClassList.metadata(V1ListMeta metadata)