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