Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1PersistentVolumeList |
CoreV1Api.listPersistentVolume(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 PersistentVolume
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1PersistentVolumeList> |
CoreV1Api.listPersistentVolumeWithHttpInfo(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 PersistentVolume
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.listPersistentVolumeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PersistentVolumeList> _callback)
(asynchronously) list or watch objects of kind PersistentVolume
|
Modifier and Type | Method and Description |
---|---|
V1PersistentVolumeList |
V1PersistentVolumeList.addItemsItem(V1PersistentVolume itemsItem) |
V1PersistentVolumeList |
V1PersistentVolumeList.apiVersion(String apiVersion) |
V1PersistentVolumeList |
V1PersistentVolumeList.items(List<V1PersistentVolume> items) |
V1PersistentVolumeList |
V1PersistentVolumeList.kind(String kind) |
V1PersistentVolumeList |
V1PersistentVolumeList.metadata(V1ListMeta metadata) |
Copyright © 2021. All rights reserved.