Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Role |
RbacAuthorizationV1Api.createNamespacedRole(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
V1Role |
RbacAuthorizationV1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1Role |
RbacAuthorizationV1Api.readNamespacedRole(String name,
String namespace,
String pretty)
read the specified Role
|
V1Role |
RbacAuthorizationV1Api.replaceNamespacedRole(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.readNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
Modifier and Type | Method and Description |
---|---|
V1Role |
RbacAuthorizationV1Api.createNamespacedRole(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
okhttp3.Call |
RbacAuthorizationV1Api.createNamespacedRoleAsync(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Role> _callback)
(asynchronously) create a Role
|
okhttp3.Call |
RbacAuthorizationV1Api.createNamespacedRoleCall(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRole
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
V1Role |
RbacAuthorizationV1Api.replaceNamespacedRole(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Role> _callback)
(asynchronously) replace the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceNamespacedRoleCall(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRole
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RbacAuthorizationV1Api.createNamespacedRoleAsync(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Role> _callback)
(asynchronously) create a Role
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Role> _callback)
(asynchronously) partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.readNamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Role> _callback)
(asynchronously) read the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Role> _callback)
(asynchronously) replace the specified Role
|
Modifier and Type | Method and Description |
---|---|
V1Role |
V1Role.addRulesItem(V1PolicyRule rulesItem) |
V1Role |
V1Role.apiVersion(String apiVersion) |
V1Role |
V1RoleBuilder.build() |
V1Role |
V1RoleListFluent.buildFirstItem() |
V1Role |
V1RoleListFluentImpl.buildFirstItem() |
V1Role |
V1RoleListFluent.buildItem(int index) |
V1Role |
V1RoleListFluentImpl.buildItem(int index) |
V1Role |
V1RoleListFluent.buildLastItem() |
V1Role |
V1RoleListFluentImpl.buildLastItem() |
V1Role |
V1RoleListFluent.buildMatchingItem(Predicate<V1RoleBuilder> predicate) |
V1Role |
V1RoleListFluentImpl.buildMatchingItem(Predicate<V1RoleBuilder> predicate) |
V1Role |
V1Role.kind(String kind) |
V1Role |
V1Role.metadata(V1ObjectMeta metadata) |
V1Role |
V1Role.rules(List<V1PolicyRule> rules) |
Modifier and Type | Method and Description |
---|---|
List<V1Role> |
V1RoleListFluent.buildItems() |
List<V1Role> |
V1RoleListFluentImpl.buildItems() |
List<V1Role> |
V1RoleListFluent.getItems()
Deprecated.
|
List<V1Role> |
V1RoleListFluentImpl.getItems()
Deprecated.
|
List<V1Role> |
V1RoleList.getItems()
Items is a list of Roles
|
Modifier and Type | Method and Description |
---|---|
V1RoleList |
V1RoleList.addItemsItem(V1Role itemsItem) |
V1RoleListFluent.ItemsNested<A> |
V1RoleListFluent.addNewItemLike(V1Role item) |
V1RoleListFluent.ItemsNested<A> |
V1RoleListFluentImpl.addNewItemLike(V1Role item) |
A |
V1RoleListFluent.addToItems(int index,
V1Role item) |
A |
V1RoleListFluentImpl.addToItems(int index,
V1Role item) |
A |
V1RoleListFluent.addToItems(V1Role... items) |
A |
V1RoleListFluentImpl.addToItems(V1Role... items) |
A |
V1RoleListFluent.removeFromItems(V1Role... items) |
A |
V1RoleListFluentImpl.removeFromItems(V1Role... items) |
V1RoleListFluent.ItemsNested<A> |
V1RoleListFluent.setNewItemLike(int index,
V1Role item) |
V1RoleListFluent.ItemsNested<A> |
V1RoleListFluentImpl.setNewItemLike(int index,
V1Role item) |
A |
V1RoleListFluent.setToItems(int index,
V1Role item) |
A |
V1RoleListFluentImpl.setToItems(int index,
V1Role item) |
A |
V1RoleListFluent.withItems(V1Role... items) |
A |
V1RoleListFluentImpl.withItems(V1Role... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1RoleListFluent.addAllToItems(Collection<V1Role> items) |
A |
V1RoleListFluentImpl.addAllToItems(Collection<V1Role> items) |
V1RoleList |
V1RoleList.items(List<V1Role> items) |
A |
V1RoleListFluent.removeAllFromItems(Collection<V1Role> items) |
A |
V1RoleListFluentImpl.removeAllFromItems(Collection<V1Role> items) |
void |
V1RoleList.setItems(List<V1Role> items) |
A |
V1RoleListFluent.withItems(List<V1Role> items) |
A |
V1RoleListFluentImpl.withItems(List<V1Role> items) |
Constructor and Description |
---|
V1RoleBuilder(V1Role instance) |
V1RoleBuilder(V1Role instance,
Boolean validationEnabled) |
V1RoleBuilder(V1RoleFluent<?> fluent,
V1Role instance) |
V1RoleBuilder(V1RoleFluent<?> fluent,
V1Role instance,
Boolean validationEnabled) |
V1RoleFluentImpl(V1Role instance) |
Copyright © 2020. All rights reserved.