Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta2StatefulSet |
AppsV1beta2Api.createNamespacedStatefulSet(String namespace,
V1beta2StatefulSet body,
String pretty)
create a StatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.patchNamespacedStatefulSet(String name,
String namespace,
Object body,
String pretty)
partially update the specified StatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.patchNamespacedStatefulSetStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified StatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.readNamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.readNamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.replaceNamespacedStatefulSet(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace the specified StatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.replaceNamespacedStatefulSetStatus(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.createNamespacedStatefulSetWithHttpInfo(String namespace,
V1beta2StatefulSet body,
String pretty)
create a StatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.patchNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified StatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.patchNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified StatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.readNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.readNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.replaceNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.replaceNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
V1beta2StatefulSet |
AppsV1beta2Api.createNamespacedStatefulSet(String namespace,
V1beta2StatefulSet body,
String pretty)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createNamespacedStatefulSetAsync(String namespace,
V1beta2StatefulSet body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createNamespacedStatefulSetCall(String namespace,
V1beta2StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedStatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.createNamespacedStatefulSetWithHttpInfo(String namespace,
V1beta2StatefulSet body,
String pretty)
create a StatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.replaceNamespacedStatefulSet(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceNamespacedStatefulSetAsync(String name,
String namespace,
V1beta2StatefulSet body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceNamespacedStatefulSetCall(String name,
String namespace,
V1beta2StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSet
|
V1beta2StatefulSet |
AppsV1beta2Api.replaceNamespacedStatefulSetStatus(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1beta2StatefulSet body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceNamespacedStatefulSetStatusCall(String name,
String namespace,
V1beta2StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSetStatus
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.replaceNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
ApiResponse<V1beta2StatefulSet> |
AppsV1beta2Api.replaceNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1beta2StatefulSet body,
String pretty)
replace the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
AppsV1beta2Api.createNamespacedStatefulSetAsync(String namespace,
V1beta2StatefulSet body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchNamespacedStatefulSetAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchNamespacedStatefulSetStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readNamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readNamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceNamespacedStatefulSetAsync(String name,
String namespace,
V1beta2StatefulSet body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1beta2StatefulSet body,
String pretty,
ApiCallback<V1beta2StatefulSet> callback)
(asynchronously)
replace status of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
V1beta2StatefulSet |
V1beta2StatefulSet.apiVersion(String apiVersion) |
V1beta2StatefulSet |
V1beta2StatefulSet.kind(String kind) |
V1beta2StatefulSet |
V1beta2StatefulSet.metadata(V1ObjectMeta metadata) |
V1beta2StatefulSet |
V1beta2StatefulSet.spec(V1beta2StatefulSetSpec spec) |
V1beta2StatefulSet |
V1beta2StatefulSet.status(V1beta2StatefulSetStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1beta2StatefulSet> |
V1beta2StatefulSetList.getItems()
Get items
|
Modifier and Type | Method and Description |
---|---|
V1beta2StatefulSetList |
V1beta2StatefulSetList.addItemsItem(V1beta2StatefulSet itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1beta2StatefulSetList |
V1beta2StatefulSetList.items(List<V1beta2StatefulSet> items) |
void |
V1beta2StatefulSetList.setItems(List<V1beta2StatefulSet> items) |
Copyright © 2018. All rights reserved.