Uses of Class
io.kubernetes.client.openapi.models.V1RoleList
Packages that use V1RoleList
-
Uses of V1RoleList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1RoleListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listNamespacedRole
(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 RoleRbacAuthorizationV1Api.listRoleForAllNamespaces
(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 RoleMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RoleListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listNamespacedRoleWithHttpInfo
(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 RoleRbacAuthorizationV1Api.listRoleForAllNamespacesWithHttpInfo
(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 RoleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RoleListModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.listNamespacedRoleAsync
(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<V1RoleList> _callback) (asynchronously) list or watch objects of kind Roleokhttp3.Call
RbacAuthorizationV1Api.listRoleForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RoleList> _callback) (asynchronously) list or watch objects of kind Role -
Uses of V1RoleList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RoleListModifier and TypeMethodDescriptionV1RoleList.addItemsItem
(V1Role itemsItem) V1RoleList.apiVersion
(String apiVersion) V1RoleList.metadata
(V1ListMeta metadata)