Uses of Class
io.kubernetes.client.openapi.models.V1beta1CSIStorageCapacityList
Packages that use V1beta1CSIStorageCapacityList
-
Uses of V1beta1CSIStorageCapacityList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1CSIStorageCapacityListModifier and TypeMethodDescriptionStorageV1beta1Api.listCSIStorageCapacityForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityStorageV1beta1Api.listNamespacedCSIStorageCapacity
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta1CSIStorageCapacityListModifier and TypeMethodDescriptionStorageV1beta1Api.listCSIStorageCapacityForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityStorageV1beta1Api.listNamespacedCSIStorageCapacityWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta1CSIStorageCapacityListModifier and TypeMethodDescriptionokhttp3.Call
StorageV1beta1Api.listCSIStorageCapacityForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1CSIStorageCapacityList> _callback) (asynchronously) list or watch objects of kind CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.listNamespacedCSIStorageCapacityAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1CSIStorageCapacityList> _callback) (asynchronously) list or watch objects of kind CSIStorageCapacity -
Uses of V1beta1CSIStorageCapacityList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1CSIStorageCapacityListModifier and TypeMethodDescriptionV1beta1CSIStorageCapacityList.addItemsItem
(V1beta1CSIStorageCapacity itemsItem) V1beta1CSIStorageCapacityList.apiVersion
(String apiVersion) V1beta1CSIStorageCapacityList.items
(List<V1beta1CSIStorageCapacity> items) V1beta1CSIStorageCapacityList.metadata
(V1ListMeta metadata)