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.listNamespacedServiceAccount
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountCoreV1Api.listServiceAccountForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceAccountListModifier and TypeMethodDescriptionCoreV1Api.listNamespacedServiceAccountWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountCoreV1Api.listServiceAccountForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceAccountListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listNamespacedServiceAccountAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceAccountList> _callback) (asynchronously) list or watch objects of kind ServiceAccountokhttp3.Call
CoreV1Api.listServiceAccountForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceAccountList> _callback) (asynchronously) list or watch objects of kind ServiceAccount -
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) V1ServiceAccountList.items
(List<V1ServiceAccount> items) V1ServiceAccountList.metadata
(V1ListMeta metadata)