Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Node |
CoreV1Api.createNode(V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Node
|
V1Node |
CoreV1Api.patchNode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified Node
|
V1Node |
CoreV1Api.patchNodeStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified Node
|
V1Node |
CoreV1Api.readNode(String name,
String pretty)
read the specified Node
|
V1Node |
CoreV1Api.readNodeStatus(String name,
String pretty)
read status of the specified Node
|
V1Node |
CoreV1Api.replaceNode(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Node
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Node
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.readNodeStatusWithHttpInfo(String name,
String pretty)
read status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.readNodeWithHttpInfo(String name,
String pretty)
read the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeStatusWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Node
|
Modifier and Type | Method and Description |
---|---|
V1Node |
CoreV1Api.createNode(V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Node
|
okhttp3.Call |
CoreV1Api.createNodeAsync(V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Node> _callback)
(asynchronously) create a Node
|
okhttp3.Call |
CoreV1Api.createNodeCall(V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createNode
|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a Node
|
V1Node |
CoreV1Api.replaceNode(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeAsync(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Node> _callback)
(asynchronously) replace the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeCall(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNode
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Node> _callback)
(asynchronously) replace status of the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeStatusCall(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeStatusWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Node
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNodeAsync(V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Node> _callback)
(asynchronously) create a Node
|
okhttp3.Call |
CoreV1Api.patchNodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1Node> _callback)
(asynchronously) partially update the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1Node> _callback)
(asynchronously) partially update status of the specified Node
|
okhttp3.Call |
CoreV1Api.readNodeAsync(String name,
String pretty,
ApiCallback<V1Node> _callback)
(asynchronously) read the specified Node
|
okhttp3.Call |
CoreV1Api.readNodeStatusAsync(String name,
String pretty,
ApiCallback<V1Node> _callback)
(asynchronously) read status of the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeAsync(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Node> _callback)
(asynchronously) replace the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Node> _callback)
(asynchronously) replace status of the specified Node
|
Modifier and Type | Method and Description |
---|---|
V1Node |
V1Node.apiVersion(String apiVersion) |
V1Node |
V1Node.kind(String kind) |
V1Node |
V1Node.metadata(V1ObjectMeta metadata) |
V1Node |
V1Node.spec(V1NodeSpec spec) |
V1Node |
V1Node.status(V1NodeStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Node> |
V1NodeList.getItems()
List of nodes
|
Modifier and Type | Method and Description |
---|---|
V1NodeList |
V1NodeList.addItemsItem(V1Node itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1NodeList |
V1NodeList.items(List<V1Node> items) |
void |
V1NodeList.setItems(List<V1Node> items) |
Copyright © 2022. All rights reserved.