Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Node |
CoreV1Api.createNode(V1Node body,
String pretty)
create a Node
|
V1Node |
CoreV1Api.patchNode(String name,
Object body,
String pretty)
partially update the specified Node
|
V1Node |
CoreV1Api.patchNodeStatus(String name,
Object body,
String pretty)
partially update status of the specified Node
|
V1Node |
CoreV1Api.readNode(String name,
String pretty,
Boolean exact,
Boolean export)
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)
replace the specified Node
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty)
replace status of the specified Node
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
String pretty)
create a Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeStatusWithHttpInfo(String name,
Object body,
String pretty)
partially update status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeWithHttpInfo(String name,
Object body,
String pretty)
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,
Boolean exact,
Boolean export)
read the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeStatusWithHttpInfo(String name,
V1Node body,
String pretty)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty)
replace the specified Node
|
Modifier and Type | Method and Description |
---|---|
V1Node |
CoreV1Api.createNode(V1Node body,
String pretty)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createNodeAsync(V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createNodeCall(V1Node body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNode
|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
String pretty)
create a Node
|
V1Node |
CoreV1Api.replaceNode(String name,
V1Node body,
String pretty)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeAsync(String name,
V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeCall(String name,
V1Node body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNode
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusCall(String name,
V1Node body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeStatusWithHttpInfo(String name,
V1Node body,
String pretty)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty)
replace the specified Node
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNodeAsync(V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeAsync(String name,
Object body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
partially update the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeStatusAsync(String name,
Object body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
partially update status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readNodeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Node> callback)
(asynchronously)
read the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readNodeStatusAsync(String name,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
read status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeAsync(String name,
V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
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 © 2018. All rights reserved.