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.APIlistNamespacedRoleRequest.execute()
Execute listNamespacedRole requestRbacAuthorizationV1Api.APIlistRoleForAllNamespacesRequest.execute()
Execute listRoleForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RoleListModifier and TypeMethodDescriptionRbacAuthorizationV1Api.APIlistNamespacedRoleRequest.executeWithHttpInfo()
Execute listNamespacedRole request with HTTP info returnedRbacAuthorizationV1Api.APIlistRoleForAllNamespacesRequest.executeWithHttpInfo()
Execute listRoleForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RoleListModifier and TypeMethodDescriptionokhttp3.Call
RbacAuthorizationV1Api.APIlistNamespacedRoleRequest.executeAsync
(ApiCallback<V1RoleList> _callback) Execute listNamespacedRole request (asynchronously)okhttp3.Call
RbacAuthorizationV1Api.APIlistRoleForAllNamespacesRequest.executeAsync
(ApiCallback<V1RoleList> _callback) Execute listRoleForAllNamespaces request (asynchronously) -
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) static V1RoleList
Create an instance of V1RoleList given an JSON stringV1RoleList.metadata
(V1ListMeta metadata)