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,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
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,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
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,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
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 |
V1LimitRangeList.items(List<V1LimitRange> items) |
V1LimitRangeList |
V1LimitRangeList.kind(String kind) |
V1LimitRangeList |
V1LimitRangeList.metadata(V1ListMeta metadata) |
Copyright © 2017. All rights reserved.