Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.readClusterRole(String name,
String pretty)
read the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceClusterRole(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.readClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceClusterRoleWithHttpInfo(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleCall(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceClusterRole(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleCall(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceClusterRoleWithHttpInfo(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) read the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
List<V1beta1ClusterRole> |
V1beta1ClusterRoleListFluent.buildItems() |
List<V1beta1ClusterRole> |
V1beta1ClusterRoleListFluentImpl.buildItems() |
List<V1beta1ClusterRole> |
V1beta1ClusterRoleListFluent.getItems()
Deprecated.
|
List<V1beta1ClusterRole> |
V1beta1ClusterRoleListFluentImpl.getItems()
Deprecated.
|
List<V1beta1ClusterRole> |
V1beta1ClusterRoleList.getItems()
Items is a list of ClusterRoles
|
Modifier and Type | Method and Description |
---|---|
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.addItemsItem(V1beta1ClusterRole itemsItem) |
V1beta1ClusterRoleListFluent.ItemsNested<A> |
V1beta1ClusterRoleListFluent.addNewItemLike(V1beta1ClusterRole item) |
V1beta1ClusterRoleListFluent.ItemsNested<A> |
V1beta1ClusterRoleListFluentImpl.addNewItemLike(V1beta1ClusterRole item) |
A |
V1beta1ClusterRoleListFluent.addToItems(int index,
V1beta1ClusterRole item) |
A |
V1beta1ClusterRoleListFluentImpl.addToItems(int index,
V1beta1ClusterRole item) |
A |
V1beta1ClusterRoleListFluent.addToItems(V1beta1ClusterRole... items) |
A |
V1beta1ClusterRoleListFluentImpl.addToItems(V1beta1ClusterRole... items) |
A |
V1beta1ClusterRoleListFluent.removeFromItems(V1beta1ClusterRole... items) |
A |
V1beta1ClusterRoleListFluentImpl.removeFromItems(V1beta1ClusterRole... items) |
V1beta1ClusterRoleListFluent.ItemsNested<A> |
V1beta1ClusterRoleListFluent.setNewItemLike(int index,
V1beta1ClusterRole item) |
V1beta1ClusterRoleListFluent.ItemsNested<A> |
V1beta1ClusterRoleListFluentImpl.setNewItemLike(int index,
V1beta1ClusterRole item) |
A |
V1beta1ClusterRoleListFluent.setToItems(int index,
V1beta1ClusterRole item) |
A |
V1beta1ClusterRoleListFluentImpl.setToItems(int index,
V1beta1ClusterRole item) |
A |
V1beta1ClusterRoleListFluent.withItems(V1beta1ClusterRole... items) |
A |
V1beta1ClusterRoleListFluentImpl.withItems(V1beta1ClusterRole... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1beta1ClusterRoleListFluent.addAllToItems(Collection<V1beta1ClusterRole> items) |
A |
V1beta1ClusterRoleListFluentImpl.addAllToItems(Collection<V1beta1ClusterRole> items) |
V1beta1ClusterRoleList |
V1beta1ClusterRoleList.items(List<V1beta1ClusterRole> items) |
A |
V1beta1ClusterRoleListFluent.removeAllFromItems(Collection<V1beta1ClusterRole> items) |
A |
V1beta1ClusterRoleListFluentImpl.removeAllFromItems(Collection<V1beta1ClusterRole> items) |
void |
V1beta1ClusterRoleList.setItems(List<V1beta1ClusterRole> items) |
A |
V1beta1ClusterRoleListFluent.withItems(List<V1beta1ClusterRole> items) |
A |
V1beta1ClusterRoleListFluentImpl.withItems(List<V1beta1ClusterRole> items) |
Constructor and Description |
---|
V1beta1ClusterRoleBuilder(V1beta1ClusterRole instance) |
V1beta1ClusterRoleBuilder(V1beta1ClusterRole instance,
Boolean validationEnabled) |
V1beta1ClusterRoleBuilder(V1beta1ClusterRoleFluent<?> fluent,
V1beta1ClusterRole instance) |
V1beta1ClusterRoleBuilder(V1beta1ClusterRoleFluent<?> fluent,
V1beta1ClusterRole instance,
Boolean validationEnabled) |
V1beta1ClusterRoleFluentImpl(V1beta1ClusterRole instance) |
Copyright © 2020. All rights reserved.