Class ContainerSourceListFluentImpl<A extends ContainerSourceListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.sources.v1beta1.ContainerSourceListFluentImpl<A>
-
- All Implemented Interfaces:
ContainerSourceListFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ContainerSourceListBuilder
public class ContainerSourceListFluentImpl<A extends ContainerSourceListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ContainerSourceListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classContainerSourceListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.sources.v1beta1.ContainerSourceListFluent
ContainerSourceListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ContainerSourceListFluentImpl()ContainerSourceListFluentImpl(ContainerSourceList instance)
-
Method Summary
-
-
-
Constructor Detail
-
ContainerSourceListFluentImpl
public ContainerSourceListFluentImpl()
-
ContainerSourceListFluentImpl
public ContainerSourceListFluentImpl(ContainerSourceList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
addToItems
public A addToItems(int index, ContainerSource item)
- Specified by:
addToItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
setToItems
public A setToItems(int index, ContainerSource item)
- Specified by:
setToItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
addToItems
public A addToItems(ContainerSource... items)
- Specified by:
addToItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<ContainerSource> items)
- Specified by:
addAllToItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
removeFromItems
public A removeFromItems(ContainerSource... items)
- Specified by:
removeFromItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<ContainerSource> items)
- Specified by:
removeAllFromItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<ContainerSourceBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
getItems
@Deprecated public List<ContainerSource> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<ContainerSource> buildItems()
- Specified by:
buildItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
buildItem
public ContainerSource buildItem(int index)
- Specified by:
buildItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
buildFirstItem
public ContainerSource buildFirstItem()
- Specified by:
buildFirstItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
buildLastItem
public ContainerSource buildLastItem()
- Specified by:
buildLastItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
buildMatchingItem
public ContainerSource buildMatchingItem(Predicate<ContainerSourceBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<ContainerSourceBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withItems
public A withItems(List<ContainerSource> items)
- Specified by:
withItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withItems
public A withItems(ContainerSource... items)
- Specified by:
withItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
addNewItem
public ContainerSourceListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
addNewItemLike
public ContainerSourceListFluent.ItemsNested<A> addNewItemLike(ContainerSource item)
- Specified by:
addNewItemLikein interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
setNewItemLike
public ContainerSourceListFluent.ItemsNested<A> setNewItemLike(int index, ContainerSource item)
- Specified by:
setNewItemLikein interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
editItem
public ContainerSourceListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
editFirstItem
public ContainerSourceListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
editLastItem
public ContainerSourceListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
editMatchingItem
public ContainerSourceListFluent.ItemsNested<A> editMatchingItem(Predicate<ContainerSourceBuilder> predicate)
- Specified by:
editMatchingItemin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
-
-