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 |
V1alpha1RoleBuilder.build() |
V1alpha1Role |
V1alpha1RoleListFluentImpl.buildFirstItem() |
V1alpha1Role |
V1alpha1RoleListFluent.buildFirstItem() |
V1alpha1Role |
V1alpha1RoleListFluentImpl.buildItem(int index) |
V1alpha1Role |
V1alpha1RoleListFluent.buildItem(int index) |
V1alpha1Role |
V1alpha1RoleListFluentImpl.buildLastItem() |
V1alpha1Role |
V1alpha1RoleListFluent.buildLastItem() |
V1alpha1Role |
V1alpha1RoleListFluentImpl.buildMatchingItem(Predicate<V1alpha1RoleBuilder> predicate) |
V1alpha1Role |
V1alpha1RoleListFluent.buildMatchingItem(Predicate<V1alpha1RoleBuilder> predicate) |
V1alpha1Role |
V1alpha1Role.kind(String kind) |
V1alpha1Role |
V1alpha1Role.metadata(V1ObjectMeta metadata) |
V1alpha1Role |
V1alpha1Role.rules(List<V1alpha1PolicyRule> rules) |
Modifier and Type | Method and Description |
---|---|
List<V1alpha1Role> |
V1alpha1RoleListFluentImpl.buildItems() |
List<V1alpha1Role> |
V1alpha1RoleListFluent.buildItems() |
List<V1alpha1Role> |
V1alpha1RoleListFluentImpl.getItems()
Deprecated.
|
List<V1alpha1Role> |
V1alpha1RoleListFluent.getItems()
Deprecated.
|
List<V1alpha1Role> |
V1alpha1RoleList.getItems()
Items is a list of Roles
|
Modifier and Type | Method and Description |
---|---|
V1alpha1RoleList |
V1alpha1RoleList.addItemsItem(V1alpha1Role itemsItem) |
V1alpha1RoleListFluent.ItemsNested<A> |
V1alpha1RoleListFluentImpl.addNewItemLike(V1alpha1Role item) |
V1alpha1RoleListFluent.ItemsNested<A> |
V1alpha1RoleListFluent.addNewItemLike(V1alpha1Role item) |
A |
V1alpha1RoleListFluentImpl.addToItems(int index,
V1alpha1Role item) |
A |
V1alpha1RoleListFluent.addToItems(int index,
V1alpha1Role item) |
A |
V1alpha1RoleListFluentImpl.addToItems(V1alpha1Role... items) |
A |
V1alpha1RoleListFluent.addToItems(V1alpha1Role... items) |
A |
V1alpha1RoleListFluentImpl.removeFromItems(V1alpha1Role... items) |
A |
V1alpha1RoleListFluent.removeFromItems(V1alpha1Role... items) |
V1alpha1RoleListFluent.ItemsNested<A> |
V1alpha1RoleListFluentImpl.setNewItemLike(int index,
V1alpha1Role item) |
V1alpha1RoleListFluent.ItemsNested<A> |
V1alpha1RoleListFluent.setNewItemLike(int index,
V1alpha1Role item) |
A |
V1alpha1RoleListFluentImpl.setToItems(int index,
V1alpha1Role item) |
A |
V1alpha1RoleListFluent.setToItems(int index,
V1alpha1Role item) |
A |
V1alpha1RoleListFluentImpl.withItems(V1alpha1Role... items) |
A |
V1alpha1RoleListFluent.withItems(V1alpha1Role... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1alpha1RoleListFluentImpl.addAllToItems(Collection<V1alpha1Role> items) |
A |
V1alpha1RoleListFluent.addAllToItems(Collection<V1alpha1Role> items) |
V1alpha1RoleList |
V1alpha1RoleList.items(List<V1alpha1Role> items) |
A |
V1alpha1RoleListFluentImpl.removeAllFromItems(Collection<V1alpha1Role> items) |
A |
V1alpha1RoleListFluent.removeAllFromItems(Collection<V1alpha1Role> items) |
void |
V1alpha1RoleList.setItems(List<V1alpha1Role> items) |
A |
V1alpha1RoleListFluentImpl.withItems(List<V1alpha1Role> items) |
A |
V1alpha1RoleListFluent.withItems(List<V1alpha1Role> items) |
Constructor and Description |
---|
V1alpha1RoleBuilder(V1alpha1Role instance) |
V1alpha1RoleBuilder(V1alpha1Role instance,
Boolean validationEnabled) |
V1alpha1RoleBuilder(V1alpha1RoleFluent<?> fluent,
V1alpha1Role instance) |
V1alpha1RoleBuilder(V1alpha1RoleFluent<?> fluent,
V1alpha1Role instance,
Boolean validationEnabled) |
V1alpha1RoleFluentImpl(V1alpha1Role instance) |
Copyright © 2020. All rights reserved.