Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.listNamespacedRole(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.listRoleForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.listNamespacedRoleWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
Modifier and Type | Method and Description |
---|---|
V1beta1RoleList |
V1beta1RoleList.addItemsItem(V1beta1Role itemsItem) |
V1beta1RoleList |
V1beta1RoleList.apiVersion(String apiVersion) |
V1beta1RoleList |
V1beta1RoleListBuilder.build() |
V1beta1RoleList |
V1beta1RoleList.items(List<V1beta1Role> items) |
V1beta1RoleList |
V1beta1RoleList.kind(String kind) |
V1beta1RoleList |
V1beta1RoleList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1beta1RoleListBuilder(V1beta1RoleList instance) |
V1beta1RoleListBuilder(V1beta1RoleList instance,
Boolean validationEnabled) |
V1beta1RoleListBuilder(V1beta1RoleListFluent<?> fluent,
V1beta1RoleList instance) |
V1beta1RoleListBuilder(V1beta1RoleListFluent<?> fluent,
V1beta1RoleList instance,
Boolean validationEnabled) |
V1beta1RoleListFluentImpl(V1beta1RoleList instance) |
Copyright © 2020. All rights reserved.