Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Node |
CoreV1Api.createNode(V1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Node
|
V1Node |
CoreV1Api.patchNode(String name,
Object body,
String pretty,
String dryRun)
partially update the specified Node
|
V1Node |
CoreV1Api.patchNodeStatus(String name,
Object body,
String pretty,
String dryRun)
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,
String dryRun)
replace the specified Node
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty,
String dryRun)
replace status of the specified Node
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeStatusWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
partially update status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
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,
String dryRun)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun)
replace the specified Node
|
Modifier and Type | Method and Description |
---|---|
V1Node |
CoreV1Api.createNode(V1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createNodeAsync(V1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<V1Node> callback)
(asynchronously)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createNodeCall(V1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNode
|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Node
|
V1Node |
CoreV1Api.replaceNode(String name,
V1Node body,
String pretty,
String dryRun)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeAsync(String name,
V1Node body,
String pretty,
String dryRun,
ApiCallback<V1Node> callback)
(asynchronously)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeCall(String name,
V1Node body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNode
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty,
String dryRun)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
String dryRun,
ApiCallback<V1Node> callback)
(asynchronously)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusCall(String name,
V1Node body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeStatusWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun)
replace the specified Node
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNodeAsync(V1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<V1Node> callback)
(asynchronously)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeAsync(String name,
Object body,
String pretty,
String dryRun,
ApiCallback<V1Node> callback)
(asynchronously)
partially update the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeStatusAsync(String name,
Object body,
String pretty,
String dryRun,
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,
String dryRun,
ApiCallback<V1Node> callback)
(asynchronously)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
String dryRun,
ApiCallback<V1Node> callback)
(asynchronously)
replace status of the specified Node
|
Modifier and Type | Method and Description |
---|---|
V1Node |
V1Node.apiVersion(String apiVersion) |
V1Node |
V1NodeBuilder.build() |
V1Node |
V1NodeListFluent.buildFirstItem() |
V1Node |
V1NodeListFluentImpl.buildFirstItem() |
V1Node |
V1NodeListFluent.buildItem(int index) |
V1Node |
V1NodeListFluentImpl.buildItem(int index) |
V1Node |
V1NodeListFluent.buildLastItem() |
V1Node |
V1NodeListFluentImpl.buildLastItem() |
V1Node |
V1NodeListFluent.buildMatchingItem(Predicate<V1NodeBuilder> predicate) |
V1Node |
V1NodeListFluentImpl.buildMatchingItem(Predicate<V1NodeBuilder> predicate) |
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> |
V1NodeListFluent.buildItems() |
List<V1Node> |
V1NodeListFluentImpl.buildItems() |
List<V1Node> |
V1NodeListFluent.getItems()
Deprecated.
|
List<V1Node> |
V1NodeListFluentImpl.getItems()
Deprecated.
|
List<V1Node> |
V1NodeList.getItems()
List of nodes
|
Modifier and Type | Method and Description |
---|---|
V1NodeList |
V1NodeList.addItemsItem(V1Node itemsItem) |
V1NodeListFluent.ItemsNested<A> |
V1NodeListFluent.addNewItemLike(V1Node item) |
V1NodeListFluent.ItemsNested<A> |
V1NodeListFluentImpl.addNewItemLike(V1Node item) |
A |
V1NodeListFluent.addToItems(int index,
V1Node item) |
A |
V1NodeListFluentImpl.addToItems(int index,
V1Node item) |
A |
V1NodeListFluent.addToItems(V1Node... items) |
A |
V1NodeListFluentImpl.addToItems(V1Node... items) |
A |
V1NodeListFluent.removeFromItems(V1Node... items) |
A |
V1NodeListFluentImpl.removeFromItems(V1Node... items) |
V1NodeListFluent.ItemsNested<A> |
V1NodeListFluent.setNewItemLike(int index,
V1Node item) |
V1NodeListFluent.ItemsNested<A> |
V1NodeListFluentImpl.setNewItemLike(int index,
V1Node item) |
A |
V1NodeListFluent.setToItems(int index,
V1Node item) |
A |
V1NodeListFluentImpl.setToItems(int index,
V1Node item) |
A |
V1NodeListFluent.withItems(V1Node... items) |
A |
V1NodeListFluentImpl.withItems(V1Node... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1NodeListFluent.addAllToItems(Collection<V1Node> items) |
A |
V1NodeListFluentImpl.addAllToItems(Collection<V1Node> items) |
V1NodeList |
V1NodeList.items(List<V1Node> items) |
A |
V1NodeListFluent.removeAllFromItems(Collection<V1Node> items) |
A |
V1NodeListFluentImpl.removeAllFromItems(Collection<V1Node> items) |
void |
V1NodeList.setItems(List<V1Node> items) |
A |
V1NodeListFluent.withItems(List<V1Node> items) |
A |
V1NodeListFluentImpl.withItems(List<V1Node> items) |
Constructor and Description |
---|
V1NodeBuilder(V1Node instance) |
V1NodeBuilder(V1Node instance,
Boolean validationEnabled) |
V1NodeBuilder(V1NodeFluent<?> fluent,
V1Node instance) |
V1NodeBuilder(V1NodeFluent<?> fluent,
V1Node instance,
Boolean validationEnabled) |
V1NodeFluentImpl(V1Node instance) |
Copyright © 2019. All rights reserved.