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.APIlistAPIServiceRequest.execute()
Execute listAPIService requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1APIServiceListModifier and TypeMethodDescriptionApiregistrationV1Api.APIlistAPIServiceRequest.executeWithHttpInfo()
Execute listAPIService request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1APIServiceListModifier and TypeMethodDescriptionokhttp3.Call
ApiregistrationV1Api.APIlistAPIServiceRequest.executeAsync
(ApiCallback<V1APIServiceList> _callback) Execute listAPIService request (asynchronously) -
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) static V1APIServiceList
Create an instance of V1APIServiceList given an JSON stringV1APIServiceList.items
(List<V1APIService> items) V1APIServiceList.metadata
(V1ListMeta metadata)