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