| Package | Description |
|---|---|
| io.fabric8.knative.sources.v1 |
| Modifier and Type | Method and Description |
|---|---|
PingSource |
PingSourceBuilder.build() |
PingSource |
PingSourceListFluent.buildFirstItem() |
PingSource |
PingSourceListFluent.buildItem(int index) |
PingSource |
PingSourceListFluent.buildLastItem() |
PingSource |
PingSourceListFluent.buildMatchingItem(Predicate<PingSourceBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<PingSource> |
PingSourceListFluent.buildItems() |
List<PingSource> |
PingSourceList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
PingSourceListFluent.ItemsNested<A> |
PingSourceListFluent.addNewItemLike(PingSource item) |
A |
PingSourceListFluent.addToItems(int index,
PingSource item) |
A |
PingSourceListFluent.addToItems(PingSource... items) |
protected void |
PingSourceFluent.copyInstance(PingSource instance) |
A |
PingSourceListFluent.removeFromItems(PingSource... items) |
PingSourceListFluent.ItemsNested<A> |
PingSourceListFluent.setNewItemLike(int index,
PingSource item) |
A |
PingSourceListFluent.setToItems(int index,
PingSource item) |
A |
PingSourceListFluent.withItems(PingSource... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
PingSourceListFluent.addAllToItems(Collection<PingSource> items) |
A |
PingSourceListFluent.removeAllFromItems(Collection<PingSource> items) |
void |
PingSourceList.setItems(List<PingSource> items) |
A |
PingSourceListFluent.withItems(List<PingSource> items) |
| Constructor and Description |
|---|
PingSourceBuilder(PingSource instance) |
PingSourceBuilder(PingSourceFluent<?> fluent,
PingSource instance) |
PingSourceFluent(PingSource instance) |
| Constructor and Description |
|---|
PingSourceList(String apiVersion,
List<PingSource> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.