| Package | Description |
|---|---|
| io.fabric8.knative.sources.v1beta1 |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableContainerSource |
| Modifier and Type | Method and Description |
|---|---|
ContainerSource |
ContainerSourceListFluent.buildFirstItem() |
ContainerSource |
ContainerSourceListFluentImpl.buildFirstItem() |
ContainerSource |
ContainerSourceListFluent.buildItem(int index) |
ContainerSource |
ContainerSourceListFluentImpl.buildItem(int index) |
ContainerSource |
ContainerSourceListFluent.buildLastItem() |
ContainerSource |
ContainerSourceListFluentImpl.buildLastItem() |
ContainerSource |
ContainerSourceListFluent.buildMatchingItem(Predicate<ContainerSourceBuilder> predicate) |
ContainerSource |
ContainerSourceListFluentImpl.buildMatchingItem(Predicate<ContainerSourceBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerSource> |
ContainerSourceListFluent.buildItems() |
List<ContainerSource> |
ContainerSourceListFluentImpl.buildItems() |
List<ContainerSource> |
ContainerSourceListFluent.getItems()
Deprecated.
|
List<ContainerSource> |
ContainerSourceListFluentImpl.getItems()
Deprecated.
|
List<ContainerSource> |
ContainerSourceList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
ContainerSourceListFluent.ItemsNested<A> |
ContainerSourceListFluent.addNewItemLike(ContainerSource item) |
ContainerSourceListFluent.ItemsNested<A> |
ContainerSourceListFluentImpl.addNewItemLike(ContainerSource item) |
A |
ContainerSourceListFluent.addToItems(ContainerSource... items) |
A |
ContainerSourceListFluentImpl.addToItems(ContainerSource... items) |
A |
ContainerSourceListFluent.addToItems(int index,
ContainerSource item) |
A |
ContainerSourceListFluentImpl.addToItems(int index,
ContainerSource item) |
A |
ContainerSourceListFluent.removeFromItems(ContainerSource... items) |
A |
ContainerSourceListFluentImpl.removeFromItems(ContainerSource... items) |
ContainerSourceListFluent.ItemsNested<A> |
ContainerSourceListFluent.setNewItemLike(int index,
ContainerSource item) |
ContainerSourceListFluent.ItemsNested<A> |
ContainerSourceListFluentImpl.setNewItemLike(int index,
ContainerSource item) |
A |
ContainerSourceListFluent.setToItems(int index,
ContainerSource item) |
A |
ContainerSourceListFluentImpl.setToItems(int index,
ContainerSource item) |
A |
ContainerSourceListFluent.withItems(ContainerSource... items) |
A |
ContainerSourceListFluentImpl.withItems(ContainerSource... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
ContainerSourceListFluent.addAllToItems(Collection<ContainerSource> items) |
A |
ContainerSourceListFluentImpl.addAllToItems(Collection<ContainerSource> items) |
A |
ContainerSourceListFluent.removeAllFromItems(Collection<ContainerSource> items) |
A |
ContainerSourceListFluentImpl.removeAllFromItems(Collection<ContainerSource> items) |
void |
ContainerSourceList.setItems(List<ContainerSource> items) |
A |
ContainerSourceListFluent.withItems(List<ContainerSource> items) |
A |
ContainerSourceListFluentImpl.withItems(List<ContainerSource> items) |
| Constructor and Description |
|---|
ContainerSourceBuilder(ContainerSource instance) |
ContainerSourceBuilder(ContainerSource instance,
Boolean validationEnabled) |
ContainerSourceBuilder(ContainerSourceFluent<?> fluent,
ContainerSource instance) |
ContainerSourceBuilder(ContainerSourceFluent<?> fluent,
ContainerSource instance,
Boolean validationEnabled) |
ContainerSourceFluentImpl(ContainerSource instance) |
| Constructor and Description |
|---|
ContainerSourceList(String apiVersion,
List<ContainerSource> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
EditableContainerSourceList(String apiVersion,
List<ContainerSource> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2021 Red Hat. All rights reserved.