| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.rbac |
| Modifier and Type | Method and Description |
|---|---|
Role |
KubeSchema.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setRole(Role role) |
| Constructor and Description |
|---|
KubeSchema(AggregationRule aggregationRule,
ClusterRole clusterRole,
ClusterRoleBinding clusterRoleBinding,
ClusterRoleBindingList clusterRoleBindingList,
ClusterRoleList clusterRoleList,
Role role,
RoleBinding roleBinding,
RoleBindingList roleBindingList,
RoleList roleList) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleBuilder.build() |
Role |
RoleListFluentImpl.buildFirstItem() |
Role |
RoleListFluent.buildFirstItem() |
Role |
RoleListFluentImpl.buildItem(Integer index) |
Role |
RoleListFluent.buildItem(Integer index) |
Role |
RoleListFluentImpl.buildLastItem() |
Role |
RoleListFluent.buildLastItem() |
Role |
RoleListFluentImpl.buildMatchingItem(Predicate<RoleBuilder> predicate) |
Role |
RoleListFluent.buildMatchingItem(Predicate<RoleBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleListFluentImpl.buildItems() |
List<Role> |
RoleListFluent.buildItems() |
List<Role> |
RoleListFluentImpl.getItems()
Deprecated.
|
List<Role> |
RoleListFluent.getItems()
Deprecated.
|
List<Role> |
RoleList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
RoleListFluent.ItemsNested<A> |
RoleListFluentImpl.addNewItemLike(Role item) |
RoleListFluent.ItemsNested<A> |
RoleListFluent.addNewItemLike(Role item) |
A |
RoleListFluentImpl.addToItems(Integer index,
Role item) |
A |
RoleListFluent.addToItems(Integer index,
Role item) |
A |
RoleListFluentImpl.addToItems(Role... items) |
A |
RoleListFluent.addToItems(Role... items) |
A |
RoleListFluentImpl.removeFromItems(Role... items) |
A |
RoleListFluent.removeFromItems(Role... items) |
RoleListFluent.ItemsNested<A> |
RoleListFluentImpl.setNewItemLike(Integer index,
Role item) |
RoleListFluent.ItemsNested<A> |
RoleListFluent.setNewItemLike(Integer index,
Role item) |
A |
RoleListFluentImpl.setToItems(Integer index,
Role item) |
A |
RoleListFluent.setToItems(Integer index,
Role item) |
A |
RoleListFluentImpl.withItems(Role... items) |
A |
RoleListFluent.withItems(Role... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
RoleListFluentImpl.addAllToItems(Collection<Role> items) |
A |
RoleListFluent.addAllToItems(Collection<Role> items) |
A |
RoleListFluentImpl.removeAllFromItems(Collection<Role> items) |
A |
RoleListFluent.removeAllFromItems(Collection<Role> items) |
void |
RoleList.setItems(List<Role> items) |
A |
RoleListFluentImpl.withItems(List<Role> items) |
A |
RoleListFluent.withItems(List<Role> items) |
| Constructor and Description |
|---|
RoleBuilder(Role instance) |
RoleBuilder(Role instance,
Boolean validationEnabled) |
RoleBuilder(RoleFluent<?> fluent,
Role instance) |
RoleBuilder(RoleFluent<?> fluent,
Role instance,
Boolean validationEnabled) |
RoleFluentImpl(Role instance) |
| Constructor and Description |
|---|
RoleList(String apiVersion,
List<Role> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2020 Red Hat. All rights reserved.