Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1RoleList |
RbacAuthorizationV1Api.listNamespacedRole(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1RoleList |
RbacAuthorizationV1Api.listRoleForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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<V1RoleList> |
RbacAuthorizationV1Api.listNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1RoleList> |
RbacAuthorizationV1Api.listRoleForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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 |
---|---|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listNamespacedRoleAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRoleForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
Modifier and Type | Method and Description |
---|---|
V1RoleList |
V1RoleList.addItemsItem(V1Role itemsItem) |
V1RoleList |
V1RoleList.apiVersion(String apiVersion) |
V1RoleList |
V1RoleList.items(List<V1Role> items) |
V1RoleList |
V1RoleList.kind(String kind) |
V1RoleList |
V1RoleList.metadata(V1ListMeta metadata) |
Copyright © 2017. All rights reserved.