Uses of Class
io.kubernetes.client.openapi.models.V1IngressList
Packages that use V1IngressList
-
Uses of V1IngressList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1IngressListModifier and TypeMethodDescriptionNetworkingV1Api.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 IngressNetworkingV1Api.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 IngressMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1IngressListModifier and TypeMethodDescriptionNetworkingV1Api.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 IngressNetworkingV1Api.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 IngressMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1IngressListModifier and TypeMethodDescriptionokhttp3.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 Ingressokhttp3.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 -
Uses of V1IngressList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressListModifier and TypeMethodDescriptionV1IngressList.addItemsItem
(V1Ingress itemsItem) V1IngressList.apiVersion
(String apiVersion) V1IngressList.metadata
(V1ListMeta metadata)