Uses of Class
io.kubernetes.client.openapi.models.V1IngressClassList
Packages that use V1IngressClassList
-
Uses of V1IngressClassList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1IngressClassListModifier and TypeMethodDescriptionNetworkingV1Api.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 IngressClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1IngressClassListModifier and TypeMethodDescriptionNetworkingV1Api.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 IngressClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1IngressClassListModifier and TypeMethodDescriptionokhttp3.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 -
Uses of V1IngressClassList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressClassListModifier and TypeMethodDescriptionV1IngressClassList.addItemsItem
(V1IngressClass itemsItem) V1IngressClassList.apiVersion
(String apiVersion) V1IngressClassList.items
(List<V1IngressClass> items) V1IngressClassList.metadata
(V1ListMeta metadata)