Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1LimitRangeList |
CoreV1Api.listLimitRangeForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
V1LimitRangeList |
CoreV1Api.listNamespacedLimitRange(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1LimitRangeList> |
CoreV1Api.listLimitRangeForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
ApiResponse<V1LimitRangeList> |
CoreV1Api.listNamespacedLimitRangeWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.listLimitRangeForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LimitRangeList> callback)
(asynchronously)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedLimitRangeAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LimitRangeList> callback)
(asynchronously)
list or watch objects of kind LimitRange
|
Modifier and Type | Method and Description |
---|---|
V1LimitRangeList |
V1LimitRangeList.addItemsItem(V1LimitRange itemsItem) |
V1LimitRangeList |
V1LimitRangeList.apiVersion(String apiVersion) |
V1LimitRangeList |
V1LimitRangeListBuilder.build() |
V1LimitRangeList |
V1LimitRangeList.items(List<V1LimitRange> items) |
V1LimitRangeList |
V1LimitRangeList.kind(String kind) |
V1LimitRangeList |
V1LimitRangeList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1LimitRangeListBuilder(V1LimitRangeList instance) |
V1LimitRangeListBuilder(V1LimitRangeList instance,
Boolean validationEnabled) |
V1LimitRangeListBuilder(V1LimitRangeListFluent<?> fluent,
V1LimitRangeList instance) |
V1LimitRangeListBuilder(V1LimitRangeListFluent<?> fluent,
V1LimitRangeList instance,
Boolean validationEnabled) |
V1LimitRangeListFluentImpl(V1LimitRangeList instance) |
Copyright © 2018. All rights reserved.