public interface GitLabSourceListFluent<A extends GitLabSourceListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GitLabSourceListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(int index, GitLabSource item)
A setToItems(int index, GitLabSource item)
A addToItems(GitLabSource... items)
A addAllToItems(Collection<GitLabSource> items)
A removeFromItems(GitLabSource... items)
A removeAllFromItems(Collection<GitLabSource> items)
A removeMatchingFromItems(Predicate<GitLabSourceBuilder> predicate)
@Deprecated List<GitLabSource> getItems()
List<GitLabSource> buildItems()
GitLabSource buildItem(int index)
GitLabSource buildFirstItem()
GitLabSource buildLastItem()
GitLabSource buildMatchingItem(Predicate<GitLabSourceBuilder> predicate)
Boolean hasMatchingItem(Predicate<GitLabSourceBuilder> predicate)
A withItems(List<GitLabSource> items)
A withItems(GitLabSource... items)
Boolean hasItems()
GitLabSourceListFluent.ItemsNested<A> addNewItem()
GitLabSourceListFluent.ItemsNested<A> addNewItemLike(GitLabSource item)
GitLabSourceListFluent.ItemsNested<A> setNewItemLike(int index, GitLabSource item)
GitLabSourceListFluent.ItemsNested<A> editItem(int index)
GitLabSourceListFluent.ItemsNested<A> editFirstItem()
GitLabSourceListFluent.ItemsNested<A> editLastItem()
GitLabSourceListFluent.ItemsNested<A> editMatchingItem(Predicate<GitLabSourceBuilder> predicate)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2021 Red Hat. All rights reserved.