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.APIlistIngressClassRequest.execute()
Execute listIngressClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1IngressClassListModifier and TypeMethodDescriptionNetworkingV1Api.APIlistIngressClassRequest.executeWithHttpInfo()
Execute listIngressClass request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1IngressClassListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.APIlistIngressClassRequest.executeAsync
(ApiCallback<V1IngressClassList> _callback) Execute listIngressClass request (asynchronously) -
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) static V1IngressClassList
Create an instance of V1IngressClassList given an JSON stringV1IngressClassList.items
(List<V1IngressClass> items) V1IngressClassList.metadata
(V1ListMeta metadata)