Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1PersistentVolume |
CoreV1Api.createPersistentVolume(V1PersistentVolume body,
String pretty)
create a PersistentVolume
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolume(String name,
Object body,
String pretty)
partially update the specified PersistentVolume
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolumeStatus(String name,
Object body,
String pretty)
partially update status of the specified PersistentVolume
|
V1PersistentVolume |
CoreV1Api.readPersistentVolume(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolume
|
V1PersistentVolume |
CoreV1Api.readPersistentVolumeStatus(String name,
String pretty)
read status of the specified PersistentVolume
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolume(String name,
V1PersistentVolume body,
String pretty)
replace the specified PersistentVolume
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolumeStatus(String name,
V1PersistentVolume body,
String pretty)
replace status of the specified PersistentVolume
|
Modifier and Type | Method and Description |
---|---|
V1PersistentVolume |
CoreV1Api.createPersistentVolume(V1PersistentVolume body,
String pretty)
create a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.createPersistentVolumeAsync(V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
create a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.createPersistentVolumeCall(V1PersistentVolume body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.createPersistentVolumeWithHttpInfo(V1PersistentVolume body,
String pretty)
create a PersistentVolume
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolume(String name,
V1PersistentVolume body,
String pretty)
replace the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeAsync(String name,
V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
replace the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeCall(String name,
V1PersistentVolume body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePersistentVolume
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolumeStatus(String name,
V1PersistentVolume body,
String pretty)
replace status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeStatusAsync(String name,
V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
replace status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeStatusCall(String name,
V1PersistentVolume body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePersistentVolumeStatus
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.replacePersistentVolumeStatusWithHttpInfo(String name,
V1PersistentVolume body,
String pretty)
replace status of the specified PersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.replacePersistentVolumeWithHttpInfo(String name,
V1PersistentVolume body,
String pretty)
replace the specified PersistentVolume
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createPersistentVolumeAsync(V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
create a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchPersistentVolumeAsync(String name,
Object body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
partially update the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchPersistentVolumeStatusAsync(String name,
Object body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
partially update status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readPersistentVolumeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
read the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readPersistentVolumeStatusAsync(String name,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
read status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeAsync(String name,
V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
replace the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeStatusAsync(String name,
V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
replace status of the specified PersistentVolume
|
Modifier and Type | Method and Description |
---|---|
V1PersistentVolume |
V1PersistentVolume.apiVersion(String apiVersion) |
V1PersistentVolume |
V1PersistentVolume.kind(String kind) |
V1PersistentVolume |
V1PersistentVolume.metadata(V1ObjectMeta metadata) |
V1PersistentVolume |
V1PersistentVolume.spec(V1PersistentVolumeSpec spec) |
V1PersistentVolume |
V1PersistentVolume.status(V1PersistentVolumeStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1PersistentVolume> |
V1PersistentVolumeList.getItems()
List of persistent volumes.
|
Modifier and Type | Method and Description |
---|---|
V1PersistentVolumeList |
V1PersistentVolumeList.addItemsItem(V1PersistentVolume itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1PersistentVolumeList |
V1PersistentVolumeList.items(List<V1PersistentVolume> items) |
void |
V1PersistentVolumeList.setItems(List<V1PersistentVolume> items) |
Copyright © 2018. All rights reserved.