Uses of Class
io.fabric8.knative.sources.v1beta1.PingSource
-
Packages that use PingSource Package Description io.fabric8.knative.sources.v1beta1 -
-
Uses of PingSource in io.fabric8.knative.sources.v1beta1
Subclasses of PingSource in io.fabric8.knative.sources.v1beta1 Modifier and Type Class Description classEditablePingSourceMethods in io.fabric8.knative.sources.v1beta1 that return PingSource Modifier and Type Method Description PingSourcePingSourceListFluent. buildFirstItem()PingSourcePingSourceListFluentImpl. buildFirstItem()PingSourcePingSourceListFluent. buildItem(int index)PingSourcePingSourceListFluentImpl. buildItem(int index)PingSourcePingSourceListFluent. buildLastItem()PingSourcePingSourceListFluentImpl. buildLastItem()PingSourcePingSourceListFluent. buildMatchingItem(Predicate<PingSourceBuilder> predicate)PingSourcePingSourceListFluentImpl. buildMatchingItem(Predicate<PingSourceBuilder> predicate)Methods in io.fabric8.knative.sources.v1beta1 that return types with arguments of type PingSource Modifier and Type Method Description List<PingSource>PingSourceListFluent. buildItems()List<PingSource>PingSourceListFluentImpl. buildItems()List<PingSource>PingSourceList. getItems()List<PingSource>PingSourceListFluent. getItems()Deprecated.List<PingSource>PingSourceListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.sources.v1beta1 with parameters of type PingSource Modifier and Type Method Description PingSourceListFluent.ItemsNested<A>PingSourceListFluent. addNewItemLike(PingSource item)PingSourceListFluent.ItemsNested<A>PingSourceListFluentImpl. addNewItemLike(PingSource item)APingSourceListFluent. addToItems(int index, PingSource item)APingSourceListFluent. addToItems(PingSource... items)APingSourceListFluentImpl. addToItems(int index, PingSource item)APingSourceListFluentImpl. addToItems(PingSource... items)APingSourceListFluent. removeFromItems(PingSource... items)APingSourceListFluentImpl. removeFromItems(PingSource... items)PingSourceListFluent.ItemsNested<A>PingSourceListFluent. setNewItemLike(int index, PingSource item)PingSourceListFluent.ItemsNested<A>PingSourceListFluentImpl. setNewItemLike(int index, PingSource item)APingSourceListFluent. setToItems(int index, PingSource item)APingSourceListFluentImpl. setToItems(int index, PingSource item)APingSourceListFluent. withItems(PingSource... items)APingSourceListFluentImpl. withItems(PingSource... items)Method parameters in io.fabric8.knative.sources.v1beta1 with type arguments of type PingSource Modifier and Type Method Description APingSourceListFluent. addAllToItems(Collection<PingSource> items)APingSourceListFluentImpl. addAllToItems(Collection<PingSource> items)APingSourceListFluent. removeAllFromItems(Collection<PingSource> items)APingSourceListFluentImpl. removeAllFromItems(Collection<PingSource> items)voidPingSourceList. setItems(List<PingSource> items)APingSourceListFluent. withItems(List<PingSource> items)APingSourceListFluentImpl. withItems(List<PingSource> items)Constructors in io.fabric8.knative.sources.v1beta1 with parameters of type PingSource Constructor Description PingSourceBuilder(PingSource instance)PingSourceBuilder(PingSourceFluent<?> fluent, PingSource instance)PingSourceBuilder(PingSourceFluent<?> fluent, PingSource instance, Boolean validationEnabled)PingSourceBuilder(PingSource instance, Boolean validationEnabled)PingSourceFluentImpl(PingSource instance)Constructor parameters in io.fabric8.knative.sources.v1beta1 with type arguments of type PingSource Constructor 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)
-