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