| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1Role |
RbacAuthorizationV1beta1Api.createNamespacedRole(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.readNamespacedRole(String name,
String namespace,
String pretty)
read the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.replaceNamespacedRole(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.readNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1Role |
RbacAuthorizationV1beta1Api.createNamespacedRole(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleAsync(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Role> _callback)
(asynchronously) create a Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleCall(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRole
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.replaceNamespacedRole(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Role> _callback)
(asynchronously) replace the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleCall(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRole
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleAsync(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Role> _callback)
(asynchronously) create a Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Role> _callback)
(asynchronously) partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1Role> _callback)
(asynchronously) read the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Role> _callback)
(asynchronously) replace the specified Role
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1Role |
V1beta1Role.addRulesItem(V1beta1PolicyRule rulesItem) |
V1beta1Role |
V1beta1Role.apiVersion(String apiVersion) |
V1beta1Role |
V1beta1Role.kind(String kind) |
V1beta1Role |
V1beta1Role.metadata(V1ObjectMeta metadata) |
V1beta1Role |
V1beta1Role.rules(List<V1beta1PolicyRule> rules) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1Role> |
V1beta1RoleList.getItems()
Items is a list of Roles
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1RoleList |
V1beta1RoleList.addItemsItem(V1beta1Role itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1RoleList |
V1beta1RoleList.items(List<V1beta1Role> items) |
void |
V1beta1RoleList.setItems(List<V1beta1Role> items) |
Copyright © 2021. All rights reserved.