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