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