Uses of Class
io.kubernetes.client.openapi.models.V1APIServiceList
Packages that use V1APIServiceList
-
Uses of V1APIServiceList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1APIServiceListModifier and TypeMethodDescriptionApiregistrationV1Api.listAPIService
(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 APIServiceMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1APIServiceListModifier and TypeMethodDescriptionApiregistrationV1Api.listAPIServiceWithHttpInfo
(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 APIServiceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1APIServiceListModifier and TypeMethodDescriptionokhttp3.Call
ApiregistrationV1Api.listAPIServiceAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1APIServiceList> _callback) (asynchronously) list or watch objects of kind APIService -
Uses of V1APIServiceList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1APIServiceListModifier and TypeMethodDescriptionV1APIServiceList.addItemsItem
(V1APIService itemsItem) V1APIServiceList.apiVersion
(String apiVersion) V1APIServiceList.items
(List<V1APIService> items) V1APIServiceList.metadata
(V1ListMeta metadata)