Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.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
|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.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<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.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<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.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 |
RbacAuthorizationV1beta1Api.listNamespacedRoleAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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 |
V1beta1RoleList.items(List<V1beta1Role> items) |
V1beta1RoleList |
V1beta1RoleList.kind(String kind) |
V1beta1RoleList |
V1beta1RoleList.metadata(V1ListMeta metadata) |
Copyright © 2018. All rights reserved.