Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1alpha1ClusterRoleList |
RbacAuthorizationV1alpha1Api.listClusterRole(Boolean includeUninitialized,
String pretty,
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<V1alpha1ClusterRoleList> |
RbacAuthorizationV1alpha1Api.listClusterRoleWithHttpInfo(Boolean includeUninitialized,
String pretty,
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 |
---|---|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ClusterRoleList> callback)
(asynchronously)
list or watch objects of kind ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1alpha1ClusterRoleList |
V1alpha1ClusterRoleList.addItemsItem(V1alpha1ClusterRole itemsItem) |
V1alpha1ClusterRoleList |
V1alpha1ClusterRoleList.apiVersion(String apiVersion) |
V1alpha1ClusterRoleList |
V1alpha1ClusterRoleListBuilder.build() |
V1alpha1ClusterRoleList |
V1alpha1ClusterRoleList.items(List<V1alpha1ClusterRole> items) |
V1alpha1ClusterRoleList |
V1alpha1ClusterRoleList.kind(String kind) |
V1alpha1ClusterRoleList |
V1alpha1ClusterRoleList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1alpha1ClusterRoleListBuilder(V1alpha1ClusterRoleList instance) |
V1alpha1ClusterRoleListBuilder(V1alpha1ClusterRoleList instance,
Boolean validationEnabled) |
V1alpha1ClusterRoleListBuilder(V1alpha1ClusterRoleListFluent<?> fluent,
V1alpha1ClusterRoleList instance) |
V1alpha1ClusterRoleListBuilder(V1alpha1ClusterRoleListFluent<?> fluent,
V1alpha1ClusterRoleList instance,
Boolean validationEnabled) |
V1alpha1ClusterRoleListFluentImpl(V1alpha1ClusterRoleList instance) |
Copyright © 2018. All rights reserved.