public interface PrometheusSourceListFluent<A extends PrometheusSourceListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrometheusSourceListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(int index, PrometheusSource item)
A setToItems(int index, PrometheusSource item)
A addToItems(PrometheusSource... items)
A addAllToItems(Collection<PrometheusSource> items)
A removeFromItems(PrometheusSource... items)
A removeAllFromItems(Collection<PrometheusSource> items)
A removeMatchingFromItems(Predicate<PrometheusSourceBuilder> predicate)
@Deprecated List<PrometheusSource> getItems()
List<PrometheusSource> buildItems()
PrometheusSource buildItem(int index)
PrometheusSource buildFirstItem()
PrometheusSource buildLastItem()
PrometheusSource buildMatchingItem(Predicate<PrometheusSourceBuilder> predicate)
Boolean hasMatchingItem(Predicate<PrometheusSourceBuilder> predicate)
A withItems(List<PrometheusSource> items)
A withItems(PrometheusSource... items)
Boolean hasItems()
PrometheusSourceListFluent.ItemsNested<A> addNewItem()
PrometheusSourceListFluent.ItemsNested<A> addNewItemLike(PrometheusSource item)
PrometheusSourceListFluent.ItemsNested<A> setNewItemLike(int index, PrometheusSource item)
PrometheusSourceListFluent.ItemsNested<A> editItem(int index)
PrometheusSourceListFluent.ItemsNested<A> editFirstItem()
PrometheusSourceListFluent.ItemsNested<A> editLastItem()
PrometheusSourceListFluent.ItemsNested<A> editMatchingItem(Predicate<PrometheusSourceBuilder> 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.