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 V1APIGroupListMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1APIGroupListModifier and TypeMethodDescriptionApisApi.getAPIVersionsWithHttpInfo()
get available API versionsMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1APIGroupListModifier and TypeMethodDescriptionokhttp3.Call
ApisApi.getAPIVersionsAsync
(ApiCallback<V1APIGroupList> _callback) (asynchronously) get available API versions -
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) V1APIGroupList.groups
(List<V1APIGroup> groups)