Uses of Class
io.kubernetes.client.openapi.models.V1PersistentVolumeList
Packages that use V1PersistentVolumeList
-
Uses of V1PersistentVolumeList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1PersistentVolumeListModifier and TypeMethodDescriptionCoreV1Api.listPersistentVolume
(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 PersistentVolumeMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PersistentVolumeListModifier and TypeMethodDescriptionCoreV1Api.listPersistentVolumeWithHttpInfo
(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 PersistentVolumeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PersistentVolumeListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listPersistentVolumeAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PersistentVolumeList> _callback) (asynchronously) list or watch objects of kind PersistentVolume -
Uses of V1PersistentVolumeList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PersistentVolumeListModifier and TypeMethodDescriptionV1PersistentVolumeList.addItemsItem
(V1PersistentVolume itemsItem) V1PersistentVolumeList.apiVersion
(String apiVersion) V1PersistentVolumeList.items
(List<V1PersistentVolume> items) V1PersistentVolumeList.metadata
(V1ListMeta metadata)