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