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