Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ClusterRole |
RbacAuthorizationV1Api.createClusterRole(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.readClusterRole(String name,
String pretty)
read the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.replaceClusterRole(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.createClusterRoleWithHttpInfo(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.readClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1ClusterRole |
RbacAuthorizationV1Api.createClusterRole(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleAsync(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleCall(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.createClusterRoleWithHttpInfo(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.replaceClusterRole(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleAsync(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleCall(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleAsync(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) read the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleAsync(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1ClusterRole |
V1ClusterRole.addRulesItem(V1PolicyRule rulesItem) |
V1ClusterRole |
V1ClusterRole.aggregationRule(V1AggregationRule aggregationRule) |
V1ClusterRole |
V1ClusterRole.apiVersion(String apiVersion) |
V1ClusterRole |
V1ClusterRoleBuilder.build() |
V1ClusterRole |
V1ClusterRoleListFluent.buildFirstItem() |
V1ClusterRole |
V1ClusterRoleListFluentImpl.buildFirstItem() |
V1ClusterRole |
V1ClusterRoleListFluent.buildItem(int index) |
V1ClusterRole |
V1ClusterRoleListFluentImpl.buildItem(int index) |
V1ClusterRole |
V1ClusterRoleListFluent.buildLastItem() |
V1ClusterRole |
V1ClusterRoleListFluentImpl.buildLastItem() |
V1ClusterRole |
V1ClusterRoleListFluent.buildMatchingItem(Predicate<V1ClusterRoleBuilder> predicate) |
V1ClusterRole |
V1ClusterRoleListFluentImpl.buildMatchingItem(Predicate<V1ClusterRoleBuilder> predicate) |
V1ClusterRole |
V1ClusterRole.kind(String kind) |
V1ClusterRole |
V1ClusterRole.metadata(V1ObjectMeta metadata) |
V1ClusterRole |
V1ClusterRole.rules(List<V1PolicyRule> rules) |
Modifier and Type | Method and Description |
---|---|
List<V1ClusterRole> |
V1ClusterRoleListFluent.buildItems() |
List<V1ClusterRole> |
V1ClusterRoleListFluentImpl.buildItems() |
List<V1ClusterRole> |
V1ClusterRoleListFluent.getItems()
Deprecated.
|
List<V1ClusterRole> |
V1ClusterRoleListFluentImpl.getItems()
Deprecated.
|
List<V1ClusterRole> |
V1ClusterRoleList.getItems()
Items is a list of ClusterRoles
|
Modifier and Type | Method and Description |
---|---|
V1ClusterRoleList |
V1ClusterRoleList.addItemsItem(V1ClusterRole itemsItem) |
V1ClusterRoleListFluent.ItemsNested<A> |
V1ClusterRoleListFluent.addNewItemLike(V1ClusterRole item) |
V1ClusterRoleListFluent.ItemsNested<A> |
V1ClusterRoleListFluentImpl.addNewItemLike(V1ClusterRole item) |
A |
V1ClusterRoleListFluent.addToItems(int index,
V1ClusterRole item) |
A |
V1ClusterRoleListFluentImpl.addToItems(int index,
V1ClusterRole item) |
A |
V1ClusterRoleListFluent.addToItems(V1ClusterRole... items) |
A |
V1ClusterRoleListFluentImpl.addToItems(V1ClusterRole... items) |
A |
V1ClusterRoleListFluent.removeFromItems(V1ClusterRole... items) |
A |
V1ClusterRoleListFluentImpl.removeFromItems(V1ClusterRole... items) |
V1ClusterRoleListFluent.ItemsNested<A> |
V1ClusterRoleListFluent.setNewItemLike(int index,
V1ClusterRole item) |
V1ClusterRoleListFluent.ItemsNested<A> |
V1ClusterRoleListFluentImpl.setNewItemLike(int index,
V1ClusterRole item) |
A |
V1ClusterRoleListFluent.setToItems(int index,
V1ClusterRole item) |
A |
V1ClusterRoleListFluentImpl.setToItems(int index,
V1ClusterRole item) |
A |
V1ClusterRoleListFluent.withItems(V1ClusterRole... items) |
A |
V1ClusterRoleListFluentImpl.withItems(V1ClusterRole... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1ClusterRoleListFluent.addAllToItems(Collection<V1ClusterRole> items) |
A |
V1ClusterRoleListFluentImpl.addAllToItems(Collection<V1ClusterRole> items) |
V1ClusterRoleList |
V1ClusterRoleList.items(List<V1ClusterRole> items) |
A |
V1ClusterRoleListFluent.removeAllFromItems(Collection<V1ClusterRole> items) |
A |
V1ClusterRoleListFluentImpl.removeAllFromItems(Collection<V1ClusterRole> items) |
void |
V1ClusterRoleList.setItems(List<V1ClusterRole> items) |
A |
V1ClusterRoleListFluent.withItems(List<V1ClusterRole> items) |
A |
V1ClusterRoleListFluentImpl.withItems(List<V1ClusterRole> items) |
Constructor and Description |
---|
V1ClusterRoleBuilder(V1ClusterRole instance) |
V1ClusterRoleBuilder(V1ClusterRole instance,
Boolean validationEnabled) |
V1ClusterRoleBuilder(V1ClusterRoleFluent<?> fluent,
V1ClusterRole instance) |
V1ClusterRoleBuilder(V1ClusterRoleFluent<?> fluent,
V1ClusterRole instance,
Boolean validationEnabled) |
V1ClusterRoleFluentImpl(V1ClusterRole instance) |
Copyright © 2020. All rights reserved.