Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1IngressList |
NetworkingV1Api.listIngressForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
V1IngressList |
NetworkingV1Api.listNamespacedIngress(String namespace,
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 Ingress
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1IngressList> |
NetworkingV1Api.listIngressForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
ApiResponse<V1IngressList> |
NetworkingV1Api.listNamespacedIngressWithHttpInfo(String namespace,
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 Ingress
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
NetworkingV1Api.listIngressForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
okhttp3.Call |
NetworkingV1Api.listNamespacedIngressAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
Modifier and Type | Method and Description |
---|---|
V1IngressList |
V1IngressList.addItemsItem(V1Ingress itemsItem) |
V1IngressList |
V1IngressList.apiVersion(String apiVersion) |
V1IngressList |
V1IngressList.items(List<V1Ingress> items) |
V1IngressList |
V1IngressList.kind(String kind) |
V1IngressList |
V1IngressList.metadata(V1ListMeta metadata) |
Copyright © 2022. All rights reserved.