Uses of Class
io.kubernetes.client.openapi.models.V1CSIStorageCapacityList
Packages that use V1CSIStorageCapacityList
-
Uses of V1CSIStorageCapacityList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1CSIStorageCapacityListModifier and TypeMethodDescriptionStorageV1Api.APIlistCSIStorageCapacityForAllNamespacesRequest.execute()
Execute listCSIStorageCapacityForAllNamespaces requestStorageV1Api.APIlistNamespacedCSIStorageCapacityRequest.execute()
Execute listNamespacedCSIStorageCapacity requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CSIStorageCapacityListModifier and TypeMethodDescriptionStorageV1Api.APIlistCSIStorageCapacityForAllNamespacesRequest.executeWithHttpInfo()
Execute listCSIStorageCapacityForAllNamespaces request with HTTP info returnedStorageV1Api.APIlistNamespacedCSIStorageCapacityRequest.executeWithHttpInfo()
Execute listNamespacedCSIStorageCapacity request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CSIStorageCapacityListModifier and TypeMethodDescriptionokhttp3.Call
StorageV1Api.APIlistCSIStorageCapacityForAllNamespacesRequest.executeAsync
(ApiCallback<V1CSIStorageCapacityList> _callback) Execute listCSIStorageCapacityForAllNamespaces request (asynchronously)okhttp3.Call
StorageV1Api.APIlistNamespacedCSIStorageCapacityRequest.executeAsync
(ApiCallback<V1CSIStorageCapacityList> _callback) Execute listNamespacedCSIStorageCapacity request (asynchronously) -
Uses of V1CSIStorageCapacityList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CSIStorageCapacityListModifier and TypeMethodDescriptionV1CSIStorageCapacityList.addItemsItem
(V1CSIStorageCapacity itemsItem) V1CSIStorageCapacityList.apiVersion
(String apiVersion) static V1CSIStorageCapacityList
Create an instance of V1CSIStorageCapacityList given an JSON stringV1CSIStorageCapacityList.items
(List<V1CSIStorageCapacity> items) V1CSIStorageCapacityList.metadata
(V1ListMeta metadata)