Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.patchClusterRole(String name,
Object body,
String pretty)
partially update the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.readClusterRole(String name,
String pretty)
read the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceClusterRole(String name,
V1beta1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty)
create a ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.patchClusterRoleWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.readClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceClusterRoleWithHttpInfo(String name,
V1beta1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty)
create a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
create a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createClusterRoleCall(V1beta1ClusterRole body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceClusterRole(String name,
V1beta1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
replace the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleCall(String name,
V1beta1ClusterRole body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceClusterRoleWithHttpInfo(String name,
V1beta1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
create a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
partially update the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
read the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRole |
V1beta1ClusterRole.addRulesItem(V1beta1PolicyRule rulesItem) |
V1beta1ClusterRole |
V1beta1ClusterRole.apiVersion(String apiVersion) |
V1beta1ClusterRole |
V1beta1ClusterRole.kind(String kind) |
V1beta1ClusterRole |
V1beta1ClusterRole.metadata(V1ObjectMeta metadata) |
V1beta1ClusterRole |
V1beta1ClusterRole.rules(List<V1beta1PolicyRule> rules) |
Modifier and Type | Method and Description |
---|---|
List<V1beta1ClusterRole> |
V1beta1ClusterRoleList.getItems()
Items is a list of ClusterRoles
|
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.addItemsItem(V1beta1ClusterRole itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.items(List<V1beta1ClusterRole> items) |
void |
V1beta1ClusterRoleList.setItems(List<V1beta1ClusterRole> items) |
Copyright © 2018. All rights reserved.