| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.rbac |
| Modifier and Type | Method and Description |
|---|---|
Role |
ValidationSchema.getRole() |
Role |
KubeSchema.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setRole(Role role) |
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) |
ValidationSchema(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 |
RoleListFluent.buildFirstItem() |
Role |
RoleListFluent.buildItem(int index) |
Role |
RoleListFluent.buildLastItem() |
Role |
RoleListFluent.buildMatchingItem(Predicate<RoleBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleListFluent.buildItems() |
List<Role> |
RoleList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
RoleListFluent.ItemsNested<A> |
RoleListFluent.addNewItemLike(Role item) |
A |
RoleListFluent.addToItems(int index,
Role item) |
A |
RoleListFluent.addToItems(Role... items) |
A |
RoleListFluent.removeFromItems(Role... items) |
RoleListFluent.ItemsNested<A> |
RoleListFluent.setNewItemLike(int index,
Role item) |
A |
RoleListFluent.setToItems(int index,
Role item) |
A |
RoleListFluent.withItems(Role... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
RoleListFluent.addAllToItems(Collection<Role> items) |
A |
RoleListFluent.removeAllFromItems(Collection<Role> items) |
void |
RoleList.setItems(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) |
RoleFluent(Role instance) |
| Constructor and Description |
|---|
RoleList(String apiVersion,
List<Role> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.