| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleCall(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceClusterRole(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleCall(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceClusterRoleWithHttpInfo(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) read the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1ClusterRole |
V1beta1ClusterRole.addRulesItem(V1beta1PolicyRule rulesItem) |
V1beta1ClusterRole |
V1beta1ClusterRole.aggregationRule(V1beta1AggregationRule aggregationRule) |
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 © 2021. All rights reserved.