Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRoleList |
RbacAuthorizationV1beta1Api.listClusterRole(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1ClusterRoleList> |
RbacAuthorizationV1beta1Api.listClusterRoleWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listClusterRoleAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ClusterRoleList> _callback)
(asynchronously) list or watch objects of kind ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.addItemsItem(V1beta1ClusterRole itemsItem) |
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.apiVersion(String apiVersion) |
V1beta1ClusterRoleList |
V1beta1ClusterRoleListBuilder.build() |
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.items(List<V1beta1ClusterRole> items) |
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.kind(String kind) |
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1beta1ClusterRoleListBuilder(V1beta1ClusterRoleList instance) |
V1beta1ClusterRoleListBuilder(V1beta1ClusterRoleList instance,
Boolean validationEnabled) |
V1beta1ClusterRoleListBuilder(V1beta1ClusterRoleListFluent<?> fluent,
V1beta1ClusterRoleList instance) |
V1beta1ClusterRoleListBuilder(V1beta1ClusterRoleListFluent<?> fluent,
V1beta1ClusterRoleList instance,
Boolean validationEnabled) |
V1beta1ClusterRoleListFluentImpl(V1beta1ClusterRoleList instance) |
Copyright © 2020. All rights reserved.