Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ClusterRole |
RbacAuthorizationV1Api.createClusterRole(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.readClusterRole(String name,
String pretty)
read the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.replaceClusterRole(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.createClusterRoleWithHttpInfo(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.readClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1ClusterRole |
RbacAuthorizationV1Api.createClusterRole(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleAsync(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleCall(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.createClusterRoleWithHttpInfo(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.replaceClusterRole(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleAsync(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleCall(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleAsync(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) read the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleAsync(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1ClusterRole |
V1ClusterRole.addRulesItem(V1PolicyRule rulesItem) |
V1ClusterRole |
V1ClusterRole.aggregationRule(V1AggregationRule aggregationRule) |
V1ClusterRole |
V1ClusterRole.apiVersion(String apiVersion) |
V1ClusterRole |
V1ClusterRole.kind(String kind) |
V1ClusterRole |
V1ClusterRole.metadata(V1ObjectMeta metadata) |
V1ClusterRole |
V1ClusterRole.rules(List<V1PolicyRule> rules) |
Modifier and Type | Method and Description |
---|---|
List<V1ClusterRole> |
V1ClusterRoleList.getItems()
Items is a list of ClusterRoles
|
Modifier and Type | Method and Description |
---|---|
V1ClusterRoleList |
V1ClusterRoleList.addItemsItem(V1ClusterRole itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1ClusterRoleList |
V1ClusterRoleList.items(List<V1ClusterRole> items) |
void |
V1ClusterRoleList.setItems(List<V1ClusterRole> items) |
Copyright © 2022. All rights reserved.