| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.rbac |
| Modifier and Type | Method and Description |
|---|---|
ClusterRoleBinding |
KubeSchema.getClusterRoleBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setClusterRoleBinding(ClusterRoleBinding clusterRoleBinding) |
| 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 |
|---|---|
ClusterRoleBinding |
ClusterRoleBindingBuilder.build() |
ClusterRoleBinding |
ClusterRoleBindingListFluentImpl.buildFirstItem() |
ClusterRoleBinding |
ClusterRoleBindingListFluent.buildFirstItem() |
ClusterRoleBinding |
ClusterRoleBindingListFluentImpl.buildItem(Integer index) |
ClusterRoleBinding |
ClusterRoleBindingListFluent.buildItem(Integer index) |
ClusterRoleBinding |
ClusterRoleBindingListFluentImpl.buildLastItem() |
ClusterRoleBinding |
ClusterRoleBindingListFluent.buildLastItem() |
ClusterRoleBinding |
ClusterRoleBindingListFluentImpl.buildMatchingItem(Predicate<ClusterRoleBindingBuilder> predicate) |
ClusterRoleBinding |
ClusterRoleBindingListFluent.buildMatchingItem(Predicate<ClusterRoleBindingBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterRoleBinding> |
ClusterRoleBindingListFluentImpl.buildItems() |
List<ClusterRoleBinding> |
ClusterRoleBindingListFluent.buildItems() |
List<ClusterRoleBinding> |
ClusterRoleBindingListFluentImpl.getItems()
Deprecated.
|
List<ClusterRoleBinding> |
ClusterRoleBindingListFluent.getItems()
Deprecated.
|
List<ClusterRoleBinding> |
ClusterRoleBindingList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
ClusterRoleBindingListFluent.ItemsNested<A> |
ClusterRoleBindingListFluentImpl.addNewItemLike(ClusterRoleBinding item) |
ClusterRoleBindingListFluent.ItemsNested<A> |
ClusterRoleBindingListFluent.addNewItemLike(ClusterRoleBinding item) |
A |
ClusterRoleBindingListFluentImpl.addToItems(ClusterRoleBinding... items) |
A |
ClusterRoleBindingListFluent.addToItems(ClusterRoleBinding... items) |
A |
ClusterRoleBindingListFluentImpl.addToItems(Integer index,
ClusterRoleBinding item) |
A |
ClusterRoleBindingListFluent.addToItems(Integer index,
ClusterRoleBinding item) |
A |
ClusterRoleBindingListFluentImpl.removeFromItems(ClusterRoleBinding... items) |
A |
ClusterRoleBindingListFluent.removeFromItems(ClusterRoleBinding... items) |
ClusterRoleBindingListFluent.ItemsNested<A> |
ClusterRoleBindingListFluentImpl.setNewItemLike(Integer index,
ClusterRoleBinding item) |
ClusterRoleBindingListFluent.ItemsNested<A> |
ClusterRoleBindingListFluent.setNewItemLike(Integer index,
ClusterRoleBinding item) |
A |
ClusterRoleBindingListFluentImpl.setToItems(Integer index,
ClusterRoleBinding item) |
A |
ClusterRoleBindingListFluent.setToItems(Integer index,
ClusterRoleBinding item) |
A |
ClusterRoleBindingListFluentImpl.withItems(ClusterRoleBinding... items) |
A |
ClusterRoleBindingListFluent.withItems(ClusterRoleBinding... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
ClusterRoleBindingListFluentImpl.addAllToItems(Collection<ClusterRoleBinding> items) |
A |
ClusterRoleBindingListFluent.addAllToItems(Collection<ClusterRoleBinding> items) |
A |
ClusterRoleBindingListFluentImpl.removeAllFromItems(Collection<ClusterRoleBinding> items) |
A |
ClusterRoleBindingListFluent.removeAllFromItems(Collection<ClusterRoleBinding> items) |
void |
ClusterRoleBindingList.setItems(List<ClusterRoleBinding> items) |
A |
ClusterRoleBindingListFluentImpl.withItems(List<ClusterRoleBinding> items) |
A |
ClusterRoleBindingListFluent.withItems(List<ClusterRoleBinding> items) |
| Constructor and Description |
|---|
ClusterRoleBindingBuilder(ClusterRoleBinding instance) |
ClusterRoleBindingBuilder(ClusterRoleBinding instance,
Boolean validationEnabled) |
ClusterRoleBindingBuilder(ClusterRoleBindingFluent<?> fluent,
ClusterRoleBinding instance) |
ClusterRoleBindingBuilder(ClusterRoleBindingFluent<?> fluent,
ClusterRoleBinding instance,
Boolean validationEnabled) |
ClusterRoleBindingFluentImpl(ClusterRoleBinding instance) |
| Constructor and Description |
|---|
ClusterRoleBindingList(String apiVersion,
List<ClusterRoleBinding> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2020 Red Hat. All rights reserved.