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