Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1LimitRange |
CoreV1Api.createNamespacedLimitRange(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
create a LimitRange
|
V1LimitRange |
CoreV1Api.patchNamespacedLimitRange(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified LimitRange
|
V1LimitRange |
CoreV1Api.readNamespacedLimitRange(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
V1LimitRange |
CoreV1Api.replaceNamespacedLimitRange(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
replace the specified LimitRange
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1LimitRange> |
CoreV1Api.createNamespacedLimitRangeWithHttpInfo(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
create a LimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.patchNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified LimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.readNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.replaceNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
replace the specified LimitRange
|
Modifier and Type | Method and Description |
---|---|
V1LimitRange |
CoreV1Api.createNamespacedLimitRange(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
create a LimitRange
|
okhttp3.Call |
CoreV1Api.createNamespacedLimitRangeAsync(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1LimitRange> _callback)
(asynchronously) create a LimitRange
|
okhttp3.Call |
CoreV1Api.createNamespacedLimitRangeCall(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.createNamespacedLimitRangeWithHttpInfo(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
create a LimitRange
|
V1LimitRange |
CoreV1Api.replaceNamespacedLimitRange(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
replace the specified LimitRange
|
okhttp3.Call |
CoreV1Api.replaceNamespacedLimitRangeAsync(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1LimitRange> _callback)
(asynchronously) replace the specified LimitRange
|
okhttp3.Call |
CoreV1Api.replaceNamespacedLimitRangeCall(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.replaceNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
replace the specified LimitRange
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedLimitRangeAsync(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1LimitRange> _callback)
(asynchronously) create a LimitRange
|
okhttp3.Call |
CoreV1Api.patchNamespacedLimitRangeAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1LimitRange> _callback)
(asynchronously) partially update the specified LimitRange
|
okhttp3.Call |
CoreV1Api.readNamespacedLimitRangeAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1LimitRange> _callback)
(asynchronously) read the specified LimitRange
|
okhttp3.Call |
CoreV1Api.replaceNamespacedLimitRangeAsync(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1LimitRange> _callback)
(asynchronously) replace the specified LimitRange
|
Modifier and Type | Method and Description |
---|---|
V1LimitRange |
V1LimitRange.apiVersion(String apiVersion) |
V1LimitRange |
V1LimitRangeBuilder.build() |
V1LimitRange |
V1LimitRangeListFluentImpl.buildFirstItem() |
V1LimitRange |
V1LimitRangeListFluent.buildFirstItem() |
V1LimitRange |
V1LimitRangeListFluentImpl.buildItem(int index) |
V1LimitRange |
V1LimitRangeListFluent.buildItem(int index) |
V1LimitRange |
V1LimitRangeListFluentImpl.buildLastItem() |
V1LimitRange |
V1LimitRangeListFluent.buildLastItem() |
V1LimitRange |
V1LimitRangeListFluentImpl.buildMatchingItem(Predicate<V1LimitRangeBuilder> predicate) |
V1LimitRange |
V1LimitRangeListFluent.buildMatchingItem(Predicate<V1LimitRangeBuilder> predicate) |
V1LimitRange |
V1LimitRange.kind(String kind) |
V1LimitRange |
V1LimitRange.metadata(V1ObjectMeta metadata) |
V1LimitRange |
V1LimitRange.spec(V1LimitRangeSpec spec) |
Modifier and Type | Method and Description |
---|---|
List<V1LimitRange> |
V1LimitRangeListFluentImpl.buildItems() |
List<V1LimitRange> |
V1LimitRangeListFluent.buildItems() |
List<V1LimitRange> |
V1LimitRangeListFluentImpl.getItems()
Deprecated.
|
List<V1LimitRange> |
V1LimitRangeListFluent.getItems()
Deprecated.
|
List<V1LimitRange> |
V1LimitRangeList.getItems()
Items is a list of LimitRange objects.
|
Modifier and Type | Method and Description |
---|---|
V1LimitRangeList |
V1LimitRangeList.addItemsItem(V1LimitRange itemsItem) |
V1LimitRangeListFluent.ItemsNested<A> |
V1LimitRangeListFluentImpl.addNewItemLike(V1LimitRange item) |
V1LimitRangeListFluent.ItemsNested<A> |
V1LimitRangeListFluent.addNewItemLike(V1LimitRange item) |
A |
V1LimitRangeListFluentImpl.addToItems(int index,
V1LimitRange item) |
A |
V1LimitRangeListFluent.addToItems(int index,
V1LimitRange item) |
A |
V1LimitRangeListFluentImpl.addToItems(V1LimitRange... items) |
A |
V1LimitRangeListFluent.addToItems(V1LimitRange... items) |
A |
V1LimitRangeListFluentImpl.removeFromItems(V1LimitRange... items) |
A |
V1LimitRangeListFluent.removeFromItems(V1LimitRange... items) |
V1LimitRangeListFluent.ItemsNested<A> |
V1LimitRangeListFluentImpl.setNewItemLike(int index,
V1LimitRange item) |
V1LimitRangeListFluent.ItemsNested<A> |
V1LimitRangeListFluent.setNewItemLike(int index,
V1LimitRange item) |
A |
V1LimitRangeListFluentImpl.setToItems(int index,
V1LimitRange item) |
A |
V1LimitRangeListFluent.setToItems(int index,
V1LimitRange item) |
A |
V1LimitRangeListFluentImpl.withItems(V1LimitRange... items) |
A |
V1LimitRangeListFluent.withItems(V1LimitRange... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1LimitRangeListFluentImpl.addAllToItems(Collection<V1LimitRange> items) |
A |
V1LimitRangeListFluent.addAllToItems(Collection<V1LimitRange> items) |
V1LimitRangeList |
V1LimitRangeList.items(List<V1LimitRange> items) |
A |
V1LimitRangeListFluentImpl.removeAllFromItems(Collection<V1LimitRange> items) |
A |
V1LimitRangeListFluent.removeAllFromItems(Collection<V1LimitRange> items) |
void |
V1LimitRangeList.setItems(List<V1LimitRange> items) |
A |
V1LimitRangeListFluentImpl.withItems(List<V1LimitRange> items) |
A |
V1LimitRangeListFluent.withItems(List<V1LimitRange> items) |
Constructor and Description |
---|
V1LimitRangeBuilder(V1LimitRange instance) |
V1LimitRangeBuilder(V1LimitRange instance,
Boolean validationEnabled) |
V1LimitRangeBuilder(V1LimitRangeFluent<?> fluent,
V1LimitRange instance) |
V1LimitRangeBuilder(V1LimitRangeFluent<?> fluent,
V1LimitRange instance,
Boolean validationEnabled) |
V1LimitRangeFluentImpl(V1LimitRange instance) |
Copyright © 2020. All rights reserved.