Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscaler(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
Modifier and Type | Method and Description |
---|---|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscaler(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) create a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerCall(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) replace the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) replace status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) create a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) read the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) read status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) replace the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) replace status of the specified HorizontalPodAutoscaler
|
Modifier and Type | Method and Description |
---|---|
List<V1HorizontalPodAutoscaler> |
V1HorizontalPodAutoscalerListFluentImpl.buildItems() |
List<V1HorizontalPodAutoscaler> |
V1HorizontalPodAutoscalerListFluent.buildItems() |
List<V1HorizontalPodAutoscaler> |
V1HorizontalPodAutoscalerListFluentImpl.getItems()
Deprecated.
|
List<V1HorizontalPodAutoscaler> |
V1HorizontalPodAutoscalerListFluent.getItems()
Deprecated.
|
List<V1HorizontalPodAutoscaler> |
V1HorizontalPodAutoscalerList.getItems()
list of horizontal pod autoscaler objects.
|
Modifier and Type | Method and Description |
---|---|
V1HorizontalPodAutoscalerList |
V1HorizontalPodAutoscalerList.addItemsItem(V1HorizontalPodAutoscaler itemsItem) |
V1HorizontalPodAutoscalerListFluent.ItemsNested<A> |
V1HorizontalPodAutoscalerListFluentImpl.addNewItemLike(V1HorizontalPodAutoscaler item) |
V1HorizontalPodAutoscalerListFluent.ItemsNested<A> |
V1HorizontalPodAutoscalerListFluent.addNewItemLike(V1HorizontalPodAutoscaler item) |
A |
V1HorizontalPodAutoscalerListFluentImpl.addToItems(int index,
V1HorizontalPodAutoscaler item) |
A |
V1HorizontalPodAutoscalerListFluent.addToItems(int index,
V1HorizontalPodAutoscaler item) |
A |
V1HorizontalPodAutoscalerListFluentImpl.addToItems(V1HorizontalPodAutoscaler... items) |
A |
V1HorizontalPodAutoscalerListFluent.addToItems(V1HorizontalPodAutoscaler... items) |
A |
V1HorizontalPodAutoscalerListFluentImpl.removeFromItems(V1HorizontalPodAutoscaler... items) |
A |
V1HorizontalPodAutoscalerListFluent.removeFromItems(V1HorizontalPodAutoscaler... items) |
V1HorizontalPodAutoscalerListFluent.ItemsNested<A> |
V1HorizontalPodAutoscalerListFluentImpl.setNewItemLike(int index,
V1HorizontalPodAutoscaler item) |
V1HorizontalPodAutoscalerListFluent.ItemsNested<A> |
V1HorizontalPodAutoscalerListFluent.setNewItemLike(int index,
V1HorizontalPodAutoscaler item) |
A |
V1HorizontalPodAutoscalerListFluentImpl.setToItems(int index,
V1HorizontalPodAutoscaler item) |
A |
V1HorizontalPodAutoscalerListFluent.setToItems(int index,
V1HorizontalPodAutoscaler item) |
A |
V1HorizontalPodAutoscalerListFluentImpl.withItems(V1HorizontalPodAutoscaler... items) |
A |
V1HorizontalPodAutoscalerListFluent.withItems(V1HorizontalPodAutoscaler... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1HorizontalPodAutoscalerListFluentImpl.addAllToItems(Collection<V1HorizontalPodAutoscaler> items) |
A |
V1HorizontalPodAutoscalerListFluent.addAllToItems(Collection<V1HorizontalPodAutoscaler> items) |
V1HorizontalPodAutoscalerList |
V1HorizontalPodAutoscalerList.items(List<V1HorizontalPodAutoscaler> items) |
A |
V1HorizontalPodAutoscalerListFluentImpl.removeAllFromItems(Collection<V1HorizontalPodAutoscaler> items) |
A |
V1HorizontalPodAutoscalerListFluent.removeAllFromItems(Collection<V1HorizontalPodAutoscaler> items) |
void |
V1HorizontalPodAutoscalerList.setItems(List<V1HorizontalPodAutoscaler> items) |
A |
V1HorizontalPodAutoscalerListFluentImpl.withItems(List<V1HorizontalPodAutoscaler> items) |
A |
V1HorizontalPodAutoscalerListFluent.withItems(List<V1HorizontalPodAutoscaler> items) |
Constructor and Description |
---|
V1HorizontalPodAutoscalerBuilder(V1HorizontalPodAutoscaler instance) |
V1HorizontalPodAutoscalerBuilder(V1HorizontalPodAutoscaler instance,
Boolean validationEnabled) |
V1HorizontalPodAutoscalerBuilder(V1HorizontalPodAutoscalerFluent<?> fluent,
V1HorizontalPodAutoscaler instance) |
V1HorizontalPodAutoscalerBuilder(V1HorizontalPodAutoscalerFluent<?> fluent,
V1HorizontalPodAutoscaler instance,
Boolean validationEnabled) |
V1HorizontalPodAutoscalerFluentImpl(V1HorizontalPodAutoscaler instance) |
Copyright © 2020. All rights reserved.