| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBinding(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBinding(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBinding(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBinding(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingWithHttpInfo(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBinding(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingAsync(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingCall(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingWithHttpInfo(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBinding(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingAsync(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) replace the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingCall(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingAsync(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) read the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingAsync(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) replace the specified RoleBinding
|
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1RoleBinding> |
V1alpha1RoleBindingListFluent.buildItems() |
List<V1alpha1RoleBinding> |
V1alpha1RoleBindingListFluentImpl.buildItems() |
List<V1alpha1RoleBinding> |
V1alpha1RoleBindingListFluent.getItems()
Deprecated.
|
List<V1alpha1RoleBinding> |
V1alpha1RoleBindingListFluentImpl.getItems()
Deprecated.
|
List<V1alpha1RoleBinding> |
V1alpha1RoleBindingList.getItems()
Items is a list of RoleBindings
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RoleBindingList |
V1alpha1RoleBindingList.addItemsItem(V1alpha1RoleBinding itemsItem) |
V1alpha1RoleBindingListFluent.ItemsNested<A> |
V1alpha1RoleBindingListFluent.addNewItemLike(V1alpha1RoleBinding item) |
V1alpha1RoleBindingListFluent.ItemsNested<A> |
V1alpha1RoleBindingListFluentImpl.addNewItemLike(V1alpha1RoleBinding item) |
A |
V1alpha1RoleBindingListFluent.addToItems(int index,
V1alpha1RoleBinding item) |
A |
V1alpha1RoleBindingListFluentImpl.addToItems(int index,
V1alpha1RoleBinding item) |
A |
V1alpha1RoleBindingListFluent.addToItems(V1alpha1RoleBinding... items) |
A |
V1alpha1RoleBindingListFluentImpl.addToItems(V1alpha1RoleBinding... items) |
A |
V1alpha1RoleBindingListFluent.removeFromItems(V1alpha1RoleBinding... items) |
A |
V1alpha1RoleBindingListFluentImpl.removeFromItems(V1alpha1RoleBinding... items) |
V1alpha1RoleBindingListFluent.ItemsNested<A> |
V1alpha1RoleBindingListFluent.setNewItemLike(int index,
V1alpha1RoleBinding item) |
V1alpha1RoleBindingListFluent.ItemsNested<A> |
V1alpha1RoleBindingListFluentImpl.setNewItemLike(int index,
V1alpha1RoleBinding item) |
A |
V1alpha1RoleBindingListFluent.setToItems(int index,
V1alpha1RoleBinding item) |
A |
V1alpha1RoleBindingListFluentImpl.setToItems(int index,
V1alpha1RoleBinding item) |
A |
V1alpha1RoleBindingListFluent.withItems(V1alpha1RoleBinding... items) |
A |
V1alpha1RoleBindingListFluentImpl.withItems(V1alpha1RoleBinding... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1alpha1RoleBindingListFluent.addAllToItems(Collection<V1alpha1RoleBinding> items) |
A |
V1alpha1RoleBindingListFluentImpl.addAllToItems(Collection<V1alpha1RoleBinding> items) |
V1alpha1RoleBindingList |
V1alpha1RoleBindingList.items(List<V1alpha1RoleBinding> items) |
A |
V1alpha1RoleBindingListFluent.removeAllFromItems(Collection<V1alpha1RoleBinding> items) |
A |
V1alpha1RoleBindingListFluentImpl.removeAllFromItems(Collection<V1alpha1RoleBinding> items) |
void |
V1alpha1RoleBindingList.setItems(List<V1alpha1RoleBinding> items) |
A |
V1alpha1RoleBindingListFluent.withItems(List<V1alpha1RoleBinding> items) |
A |
V1alpha1RoleBindingListFluentImpl.withItems(List<V1alpha1RoleBinding> items) |
| Constructor and Description |
|---|
V1alpha1RoleBindingBuilder(V1alpha1RoleBinding instance) |
V1alpha1RoleBindingBuilder(V1alpha1RoleBinding instance,
Boolean validationEnabled) |
V1alpha1RoleBindingBuilder(V1alpha1RoleBindingFluent<?> fluent,
V1alpha1RoleBinding instance) |
V1alpha1RoleBindingBuilder(V1alpha1RoleBindingFluent<?> fluent,
V1alpha1RoleBinding instance,
Boolean validationEnabled) |
V1alpha1RoleBindingFluentImpl(V1alpha1RoleBinding instance) |
Copyright © 2021. All rights reserved.