Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Namespace |
CoreV1Api.createNamespace(V1Namespace body,
String pretty)
create a Namespace
|
V1Namespace |
CoreV1Api.patchNamespace(String name,
Object body,
String pretty)
partially update the specified Namespace
|
V1Namespace |
CoreV1Api.patchNamespaceStatus(String name,
Object body,
String pretty)
partially update status of the specified Namespace
|
V1Namespace |
CoreV1Api.readNamespace(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
V1Namespace |
CoreV1Api.readNamespaceStatus(String name,
String pretty)
read status of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespace(String name,
V1Namespace body,
String pretty)
replace the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceFinalize(String name,
V1Namespace body,
String pretty)
replace finalize of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceStatus(String name,
V1Namespace body,
String pretty)
replace status of the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Namespace> |
CoreV1Api.createNamespaceWithHttpInfo(V1Namespace body,
String pretty)
create a Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceStatusWithHttpInfo(String name,
Object body,
String pretty)
partially update status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.readNamespaceStatusWithHttpInfo(String name,
String pretty)
read status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.readNamespaceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceFinalizeWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace finalize of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceStatusWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
V1Namespace |
CoreV1Api.createNamespace(V1Namespace body,
String pretty)
create a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespaceAsync(V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
create a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespaceCall(V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespace
|
ApiResponse<V1Namespace> |
CoreV1Api.createNamespaceWithHttpInfo(V1Namespace body,
String pretty)
create a Namespace
|
V1Namespace |
CoreV1Api.replaceNamespace(String name,
V1Namespace body,
String pretty)
replace the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceCall(String name,
V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespace
|
V1Namespace |
CoreV1Api.replaceNamespaceFinalize(String name,
V1Namespace body,
String pretty)
replace finalize of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceFinalizeAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace finalize of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceFinalizeCall(String name,
V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespaceFinalize
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceFinalizeWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace finalize of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceStatus(String name,
V1Namespace body,
String pretty)
replace status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceStatusAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceStatusCall(String name,
V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceStatusWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespaceAsync(V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
create a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespaceAsync(String name,
Object body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
partially update the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespaceStatusAsync(String name,
Object body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
partially update status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespaceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Namespace> callback)
(asynchronously)
read the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespaceStatusAsync(String name,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
read status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceFinalizeAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace finalize of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceStatusAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace status of the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
V1Namespace |
V1Namespace.apiVersion(String apiVersion) |
V1Namespace |
V1Namespace.kind(String kind) |
V1Namespace |
V1Namespace.metadata(V1ObjectMeta metadata) |
V1Namespace |
V1Namespace.spec(V1NamespaceSpec spec) |
V1Namespace |
V1Namespace.status(V1NamespaceStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Namespace> |
V1NamespaceList.getItems()
Items is the list of Namespace objects in the list.
|
Modifier and Type | Method and Description |
---|---|
V1NamespaceList |
V1NamespaceList.addItemsItem(V1Namespace itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1NamespaceList |
V1NamespaceList.items(List<V1Namespace> items) |
void |
V1NamespaceList.setItems(List<V1Namespace> items) |
Copyright © 2018. All rights reserved.