Uses of Class
io.kubernetes.client.openapi.models.V1APIGroupList
Packages that use V1APIGroupList
-
Uses of V1APIGroupList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1APIGroupListModifier and TypeMethodDescriptionApisApi.APIgetAPIVersionsRequest.execute()
Execute getAPIVersions requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1APIGroupListModifier and TypeMethodDescriptionApisApi.APIgetAPIVersionsRequest.executeWithHttpInfo()
Execute getAPIVersions request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1APIGroupListModifier and TypeMethodDescriptionokhttp3.Call
ApisApi.APIgetAPIVersionsRequest.executeAsync
(ApiCallback<V1APIGroupList> _callback) Execute getAPIVersions request (asynchronously) -
Uses of V1APIGroupList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1APIGroupListModifier and TypeMethodDescriptionV1APIGroupList.addGroupsItem
(V1APIGroup groupsItem) V1APIGroupList.apiVersion
(String apiVersion) static V1APIGroupList
Create an instance of V1APIGroupList given an JSON stringV1APIGroupList.groups
(List<V1APIGroup> groups)