| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CSINode |
StorageV1beta1Api.createCSINode(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
V1beta1CSINode |
StorageV1beta1Api.deleteCSINode(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSINode
|
V1beta1CSINode |
StorageV1beta1Api.patchCSINode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
V1beta1CSINode |
StorageV1beta1Api.readCSINode(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSINode
|
V1beta1CSINode |
StorageV1beta1Api.replaceCSINode(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.createCSINodeWithHttpInfo(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.deleteCSINodeWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.patchCSINodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.readCSINodeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.replaceCSINodeWithHttpInfo(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1CSINode |
StorageV1beta1Api.createCSINode(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
okhttp3.Call |
StorageV1beta1Api.createCSINodeAsync(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) create a CSINode
|
okhttp3.Call |
StorageV1beta1Api.createCSINodeCall(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.createCSINodeWithHttpInfo(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
V1beta1CSINode |
StorageV1beta1Api.replaceCSINode(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.replaceCSINodeAsync(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) replace the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.replaceCSINodeCall(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.replaceCSINodeWithHttpInfo(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
StorageV1beta1Api.createCSINodeAsync(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) create a CSINode
|
okhttp3.Call |
StorageV1beta1Api.deleteCSINodeAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) delete a CSINode
|
okhttp3.Call |
StorageV1beta1Api.patchCSINodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) partially update the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.readCSINodeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) read the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.replaceCSINodeAsync(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) replace the specified CSINode
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1CSINode |
V1beta1CSINode.apiVersion(String apiVersion) |
V1beta1CSINode |
V1beta1CSINode.kind(String kind) |
V1beta1CSINode |
V1beta1CSINode.metadata(V1ObjectMeta metadata) |
V1beta1CSINode |
V1beta1CSINode.spec(V1beta1CSINodeSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1CSINode> |
V1beta1CSINodeList.getItems()
items is the list of CSINode
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1CSINodeList |
V1beta1CSINodeList.addItemsItem(V1beta1CSINode itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CSINodeList |
V1beta1CSINodeList.items(List<V1beta1CSINode> items) |
void |
V1beta1CSINodeList.setItems(List<V1beta1CSINode> items) |
Copyright © 2021. All rights reserved.