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