Uses of Class
io.kubernetes.client.openapi.models.V1ClusterRoleList
Packages that use V1ClusterRoleList
-
Uses of V1ClusterRoleList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ClusterRoleListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listClusterRole
(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 ClusterRoleMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ClusterRoleListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.listClusterRoleWithHttpInfo
(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 ClusterRoleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ClusterRoleListModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.listClusterRoleAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ClusterRoleList> _callback) (asynchronously) list or watch objects of kind ClusterRole -
Uses of V1ClusterRoleList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ClusterRoleListModifier and TypeMethodDescriptionV1ClusterRoleList.addItemsItem
(V1ClusterRole itemsItem) V1ClusterRoleList.apiVersion
(String apiVersion) V1ClusterRoleList.items
(List<V1ClusterRole> items) V1ClusterRoleList.metadata
(V1ListMeta metadata)