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.APIlistClusterRoleRequest.execute()
Execute listClusterRole requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ClusterRoleListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.APIlistClusterRoleRequest.executeWithHttpInfo()
Execute listClusterRole request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ClusterRoleListModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.APIlistClusterRoleRequest.executeAsync
(ApiCallback<V1ClusterRoleList> _callback) Execute listClusterRole request (asynchronously) -
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) static V1ClusterRoleList
Create an instance of V1ClusterRoleList given an JSON stringV1ClusterRoleList.items
(List<V1ClusterRole> items) V1ClusterRoleList.metadata
(V1ListMeta metadata)