Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1StatefulSet |
AppsV1Api.createNamespacedStatefulSet(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
create a StatefulSet
|
V1StatefulSet |
AppsV1Api.patchNamespacedStatefulSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.patchNamespacedStatefulSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.readNamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.readNamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.replaceNamespacedStatefulSet(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.replaceNamespacedStatefulSetStatus(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1StatefulSet> |
AppsV1Api.createNamespacedStatefulSetWithHttpInfo(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
create a StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.patchNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.patchNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.readNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.readNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.replaceNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.replaceNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
V1StatefulSet |
AppsV1Api.createNamespacedStatefulSet(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
create a StatefulSet
|
okhttp3.Call |
AppsV1Api.createNamespacedStatefulSetAsync(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) create a StatefulSet
|
okhttp3.Call |
AppsV1Api.createNamespacedStatefulSetCall(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedStatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.createNamespacedStatefulSetWithHttpInfo(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
create a StatefulSet
|
V1StatefulSet |
AppsV1Api.replaceNamespacedStatefulSet(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetAsync(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) replace the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetCall(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedStatefulSet
|
V1StatefulSet |
AppsV1Api.replaceNamespacedStatefulSetStatus(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) replace status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetStatusCall(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedStatefulSetStatus
|
ApiResponse<V1StatefulSet> |
AppsV1Api.replaceNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.replaceNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AppsV1Api.createNamespacedStatefulSetAsync(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) create a StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) partially update the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) partially update status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) read the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) read status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetAsync(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) replace the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) replace status of the specified StatefulSet
|
Modifier and Type | Method and Description |
---|---|
V1StatefulSet |
V1StatefulSet.apiVersion(String apiVersion) |
V1StatefulSet |
V1StatefulSetBuilder.build() |
V1StatefulSet |
V1StatefulSetListFluent.buildFirstItem() |
V1StatefulSet |
V1StatefulSetListFluentImpl.buildFirstItem() |
V1StatefulSet |
V1StatefulSetListFluent.buildItem(int index) |
V1StatefulSet |
V1StatefulSetListFluentImpl.buildItem(int index) |
V1StatefulSet |
V1StatefulSetListFluent.buildLastItem() |
V1StatefulSet |
V1StatefulSetListFluentImpl.buildLastItem() |
V1StatefulSet |
V1StatefulSetListFluent.buildMatchingItem(Predicate<V1StatefulSetBuilder> predicate) |
V1StatefulSet |
V1StatefulSetListFluentImpl.buildMatchingItem(Predicate<V1StatefulSetBuilder> predicate) |
V1StatefulSet |
V1StatefulSet.kind(String kind) |
V1StatefulSet |
V1StatefulSet.metadata(V1ObjectMeta metadata) |
V1StatefulSet |
V1StatefulSet.spec(V1StatefulSetSpec spec) |
V1StatefulSet |
V1StatefulSet.status(V1StatefulSetStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1StatefulSet> |
V1StatefulSetListFluent.buildItems() |
List<V1StatefulSet> |
V1StatefulSetListFluentImpl.buildItems() |
List<V1StatefulSet> |
V1StatefulSetListFluent.getItems()
Deprecated.
|
List<V1StatefulSet> |
V1StatefulSetListFluentImpl.getItems()
Deprecated.
|
List<V1StatefulSet> |
V1StatefulSetList.getItems()
Get items
|
Modifier and Type | Method and Description |
---|---|
V1StatefulSetList |
V1StatefulSetList.addItemsItem(V1StatefulSet itemsItem) |
V1StatefulSetListFluent.ItemsNested<A> |
V1StatefulSetListFluent.addNewItemLike(V1StatefulSet item) |
V1StatefulSetListFluent.ItemsNested<A> |
V1StatefulSetListFluentImpl.addNewItemLike(V1StatefulSet item) |
A |
V1StatefulSetListFluent.addToItems(int index,
V1StatefulSet item) |
A |
V1StatefulSetListFluentImpl.addToItems(int index,
V1StatefulSet item) |
A |
V1StatefulSetListFluent.addToItems(V1StatefulSet... items) |
A |
V1StatefulSetListFluentImpl.addToItems(V1StatefulSet... items) |
A |
V1StatefulSetListFluent.removeFromItems(V1StatefulSet... items) |
A |
V1StatefulSetListFluentImpl.removeFromItems(V1StatefulSet... items) |
V1StatefulSetListFluent.ItemsNested<A> |
V1StatefulSetListFluent.setNewItemLike(int index,
V1StatefulSet item) |
V1StatefulSetListFluent.ItemsNested<A> |
V1StatefulSetListFluentImpl.setNewItemLike(int index,
V1StatefulSet item) |
A |
V1StatefulSetListFluent.setToItems(int index,
V1StatefulSet item) |
A |
V1StatefulSetListFluentImpl.setToItems(int index,
V1StatefulSet item) |
A |
V1StatefulSetListFluent.withItems(V1StatefulSet... items) |
A |
V1StatefulSetListFluentImpl.withItems(V1StatefulSet... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1StatefulSetListFluent.addAllToItems(Collection<V1StatefulSet> items) |
A |
V1StatefulSetListFluentImpl.addAllToItems(Collection<V1StatefulSet> items) |
V1StatefulSetList |
V1StatefulSetList.items(List<V1StatefulSet> items) |
A |
V1StatefulSetListFluent.removeAllFromItems(Collection<V1StatefulSet> items) |
A |
V1StatefulSetListFluentImpl.removeAllFromItems(Collection<V1StatefulSet> items) |
void |
V1StatefulSetList.setItems(List<V1StatefulSet> items) |
A |
V1StatefulSetListFluent.withItems(List<V1StatefulSet> items) |
A |
V1StatefulSetListFluentImpl.withItems(List<V1StatefulSet> items) |
Constructor and Description |
---|
V1StatefulSetBuilder(V1StatefulSet instance) |
V1StatefulSetBuilder(V1StatefulSet instance,
Boolean validationEnabled) |
V1StatefulSetBuilder(V1StatefulSetFluent<?> fluent,
V1StatefulSet instance) |
V1StatefulSetBuilder(V1StatefulSetFluent<?> fluent,
V1StatefulSet instance,
Boolean validationEnabled) |
V1StatefulSetFluentImpl(V1StatefulSet instance) |
Copyright © 2020. All rights reserved.