Uses of Class
io.kubernetes.client.openapi.models.V1ServiceAccountList
Packages that use V1ServiceAccountList
-
Uses of V1ServiceAccountList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ServiceAccountListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedServiceAccountRequest.execute()Execute listNamespacedServiceAccount requestCoreV1Api.APIlistServiceAccountForAllNamespacesRequest.execute()Execute listServiceAccountForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceAccountListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedServiceAccountRequest.executeWithHttpInfo()Execute listNamespacedServiceAccount request with HTTP info returnedCoreV1Api.APIlistServiceAccountForAllNamespacesRequest.executeWithHttpInfo()Execute listServiceAccountForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceAccountListModifier and TypeMethodDescriptionokhttp3.CallCoreV1Api.APIlistNamespacedServiceAccountRequest.executeAsync(ApiCallback<V1ServiceAccountList> _callback) Execute listNamespacedServiceAccount request (asynchronously)okhttp3.CallCoreV1Api.APIlistServiceAccountForAllNamespacesRequest.executeAsync(ApiCallback<V1ServiceAccountList> _callback) Execute listServiceAccountForAllNamespaces request (asynchronously) -
Uses of V1ServiceAccountList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceAccountListModifier and TypeMethodDescriptionV1ServiceAccountList.addItemsItem(V1ServiceAccount itemsItem) V1ServiceAccountList.apiVersion(String apiVersion) static V1ServiceAccountListCreate an instance of V1ServiceAccountList given an JSON stringV1ServiceAccountList.items(List<V1ServiceAccount> items) V1ServiceAccountList.metadata(V1ListMeta metadata)