public class ChannelableListFluentImpl<A extends ChannelableListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ChannelableListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelableListFluentImpl.ItemsNestedImpl<N> |
ChannelableListFluent.ItemsNested<N>| Constructor and Description |
|---|
ChannelableListFluentImpl() |
ChannelableListFluentImpl(ChannelableList instance) |
public ChannelableListFluentImpl()
public ChannelableListFluentImpl(ChannelableList instance)
public String getApiVersion()
getApiVersion in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A addToItems(int index, Channelable item)
addToItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A setToItems(int index, Channelable item)
setToItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A addToItems(Channelable... items)
addToItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A addAllToItems(Collection<Channelable> items)
addAllToItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A removeFromItems(Channelable... items)
removeFromItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A removeAllFromItems(Collection<Channelable> items)
removeAllFromItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<ChannelableBuilder> predicate)
removeMatchingFromItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>@Deprecated public List<Channelable> getItems()
getItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public List<Channelable> buildItems()
buildItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Channelable buildItem(int index)
buildItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Channelable buildFirstItem()
buildFirstItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Channelable buildLastItem()
buildLastItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Channelable buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ChannelableBuilder> predicate)
buildMatchingItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ChannelableBuilder> predicate)
hasMatchingItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withItems(List<Channelable> items)
withItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withItems(Channelable... items)
withItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Boolean hasItems()
hasItems in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public ChannelableListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public ChannelableListFluent.ItemsNested<A> addNewItemLike(Channelable item)
addNewItemLike in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public ChannelableListFluent.ItemsNested<A> setNewItemLike(int index, Channelable item)
setNewItemLike in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public ChannelableListFluent.ItemsNested<A> editItem(int index)
editItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public ChannelableListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public ChannelableListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public ChannelableListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ChannelableBuilder> predicate)
editMatchingItem in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public String getKind()
getKind in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withKind(String kind)
withKind in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Boolean hasKind()
hasKind in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ChannelableListFluent<A extends ChannelableListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ChannelableListFluent<A extends ChannelableListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.