Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1CSIDriver |
StorageV1Api.createCSIDriver(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
V1CSIDriver |
StorageV1Api.deleteCSIDriver(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSIDriver
|
V1CSIDriver |
StorageV1Api.patchCSIDriver(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
V1CSIDriver |
StorageV1Api.readCSIDriver(String name,
String pretty)
read the specified CSIDriver
|
V1CSIDriver |
StorageV1Api.replaceCSIDriver(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1CSIDriver> |
StorageV1Api.createCSIDriverWithHttpInfo(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.deleteCSIDriverWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.patchCSIDriverWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.readCSIDriverWithHttpInfo(String name,
String pretty)
read the specified CSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.replaceCSIDriverWithHttpInfo(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
Modifier and Type | Method and Description |
---|---|
V1CSIDriver |
StorageV1Api.createCSIDriver(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
okhttp3.Call |
StorageV1Api.createCSIDriverAsync(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) create a CSIDriver
|
okhttp3.Call |
StorageV1Api.createCSIDriverCall(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.createCSIDriverWithHttpInfo(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
V1CSIDriver |
StorageV1Api.replaceCSIDriver(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.replaceCSIDriverAsync(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) replace the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.replaceCSIDriverCall(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.replaceCSIDriverWithHttpInfo(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
StorageV1Api.createCSIDriverAsync(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) create a CSIDriver
|
okhttp3.Call |
StorageV1Api.deleteCSIDriverAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) delete a CSIDriver
|
okhttp3.Call |
StorageV1Api.patchCSIDriverAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) partially update the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.readCSIDriverAsync(String name,
String pretty,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) read the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.replaceCSIDriverAsync(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) replace the specified CSIDriver
|
Modifier and Type | Method and Description |
---|---|
V1CSIDriver |
V1CSIDriver.apiVersion(String apiVersion) |
V1CSIDriver |
V1CSIDriver.kind(String kind) |
V1CSIDriver |
V1CSIDriver.metadata(V1ObjectMeta metadata) |
V1CSIDriver |
V1CSIDriver.spec(V1CSIDriverSpec spec) |
Modifier and Type | Method and Description |
---|---|
List<V1CSIDriver> |
V1CSIDriverList.getItems()
items is the list of CSIDriver
|
Modifier and Type | Method and Description |
---|---|
V1CSIDriverList |
V1CSIDriverList.addItemsItem(V1CSIDriver itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1CSIDriverList |
V1CSIDriverList.items(List<V1CSIDriver> items) |
void |
V1CSIDriverList.setItems(List<V1CSIDriver> items) |
Copyright © 2021. All rights reserved.