Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ClusterRoleList |
RbacAuthorizationV1Api.listClusterRole(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ClusterRoleList> |
RbacAuthorizationV1Api.listClusterRoleWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RbacAuthorizationV1Api.listClusterRoleAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ClusterRoleList> _callback)
(asynchronously) list or watch objects of kind ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1ClusterRoleList |
V1ClusterRoleList.addItemsItem(V1ClusterRole itemsItem) |
V1ClusterRoleList |
V1ClusterRoleList.apiVersion(String apiVersion) |
V1ClusterRoleList |
V1ClusterRoleList.items(List<V1ClusterRole> items) |
V1ClusterRoleList |
V1ClusterRoleList.kind(String kind) |
V1ClusterRoleList |
V1ClusterRoleList.metadata(V1ListMeta metadata) |
Copyright © 2022. All rights reserved.