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