| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1IngressClassList |
NetworkingV1Api.listIngressClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind IngressClass
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1IngressClassList> |
NetworkingV1Api.listIngressClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind IngressClass
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
NetworkingV1Api.listIngressClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1IngressClassList> _callback)
(asynchronously) list or watch objects of kind IngressClass
|
| Modifier and Type | Method and Description |
|---|---|
V1IngressClassList |
V1IngressClassList.addItemsItem(V1IngressClass itemsItem) |
V1IngressClassList |
V1IngressClassList.apiVersion(String apiVersion) |
V1IngressClassList |
V1IngressClassList.items(List<V1IngressClass> items) |
V1IngressClassList |
V1IngressClassList.kind(String kind) |
V1IngressClassList |
V1IngressClassList.metadata(V1ListMeta metadata) |
Copyright © 2021. All rights reserved.