Uses of Class
io.fabric8.knative.sources.v1beta1.ContainerSource
-
Packages that use ContainerSource Package Description io.fabric8.knative.sources.v1beta1 -
-
Uses of ContainerSource in io.fabric8.knative.sources.v1beta1
Subclasses of ContainerSource in io.fabric8.knative.sources.v1beta1 Modifier and Type Class Description classEditableContainerSourceMethods in io.fabric8.knative.sources.v1beta1 that return ContainerSource Modifier and Type Method Description ContainerSourceContainerSourceListFluent. buildFirstItem()ContainerSourceContainerSourceListFluentImpl. buildFirstItem()ContainerSourceContainerSourceListFluent. buildItem(int index)ContainerSourceContainerSourceListFluentImpl. buildItem(int index)ContainerSourceContainerSourceListFluent. buildLastItem()ContainerSourceContainerSourceListFluentImpl. buildLastItem()ContainerSourceContainerSourceListFluent. buildMatchingItem(Predicate<ContainerSourceBuilder> predicate)ContainerSourceContainerSourceListFluentImpl. buildMatchingItem(Predicate<ContainerSourceBuilder> predicate)Methods in io.fabric8.knative.sources.v1beta1 that return types with arguments of type ContainerSource Modifier and Type Method Description List<ContainerSource>ContainerSourceListFluent. buildItems()List<ContainerSource>ContainerSourceListFluentImpl. buildItems()List<ContainerSource>ContainerSourceList. getItems()List<ContainerSource>ContainerSourceListFluent. getItems()Deprecated.List<ContainerSource>ContainerSourceListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.sources.v1beta1 with parameters of type ContainerSource Modifier and Type Method Description ContainerSourceListFluent.ItemsNested<A>ContainerSourceListFluent. addNewItemLike(ContainerSource item)ContainerSourceListFluent.ItemsNested<A>ContainerSourceListFluentImpl. addNewItemLike(ContainerSource item)AContainerSourceListFluent. addToItems(int index, ContainerSource item)AContainerSourceListFluent. addToItems(ContainerSource... items)AContainerSourceListFluentImpl. addToItems(int index, ContainerSource item)AContainerSourceListFluentImpl. addToItems(ContainerSource... items)AContainerSourceListFluent. removeFromItems(ContainerSource... items)AContainerSourceListFluentImpl. removeFromItems(ContainerSource... items)ContainerSourceListFluent.ItemsNested<A>ContainerSourceListFluent. setNewItemLike(int index, ContainerSource item)ContainerSourceListFluent.ItemsNested<A>ContainerSourceListFluentImpl. setNewItemLike(int index, ContainerSource item)AContainerSourceListFluent. setToItems(int index, ContainerSource item)AContainerSourceListFluentImpl. setToItems(int index, ContainerSource item)AContainerSourceListFluent. withItems(ContainerSource... items)AContainerSourceListFluentImpl. withItems(ContainerSource... items)Method parameters in io.fabric8.knative.sources.v1beta1 with type arguments of type ContainerSource Modifier and Type Method Description AContainerSourceListFluent. addAllToItems(Collection<ContainerSource> items)AContainerSourceListFluentImpl. addAllToItems(Collection<ContainerSource> items)AContainerSourceListFluent. removeAllFromItems(Collection<ContainerSource> items)AContainerSourceListFluentImpl. removeAllFromItems(Collection<ContainerSource> items)voidContainerSourceList. setItems(List<ContainerSource> items)AContainerSourceListFluent. withItems(List<ContainerSource> items)AContainerSourceListFluentImpl. withItems(List<ContainerSource> items)Constructors in io.fabric8.knative.sources.v1beta1 with parameters of type ContainerSource Constructor Description ContainerSourceBuilder(ContainerSource instance)ContainerSourceBuilder(ContainerSourceFluent<?> fluent, ContainerSource instance)ContainerSourceBuilder(ContainerSourceFluent<?> fluent, ContainerSource instance, Boolean validationEnabled)ContainerSourceBuilder(ContainerSource instance, Boolean validationEnabled)ContainerSourceFluentImpl(ContainerSource instance)Constructor parameters in io.fabric8.knative.sources.v1beta1 with type arguments of type ContainerSource Constructor 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)
-