public class RuleListFluentImpl<A extends RuleListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RuleListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RuleListFluentImpl.ItemsNestedImpl<N> |
RuleListFluent.ItemsNested<N>| Constructor and Description |
|---|
RuleListFluentImpl() |
RuleListFluentImpl(RuleList instance) |
public RuleListFluentImpl()
public RuleListFluentImpl(RuleList instance)
public String getApiVersion()
getApiVersion in interface RuleListFluent<A extends RuleListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface RuleListFluent<A extends RuleListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface RuleListFluent<A extends RuleListFluent<A>>public A addToItems(int index, Rule item)
addToItems in interface RuleListFluent<A extends RuleListFluent<A>>public A setToItems(int index, Rule item)
setToItems in interface RuleListFluent<A extends RuleListFluent<A>>public A addToItems(Rule... items)
addToItems in interface RuleListFluent<A extends RuleListFluent<A>>public A addAllToItems(Collection<Rule> items)
addAllToItems in interface RuleListFluent<A extends RuleListFluent<A>>public A removeFromItems(Rule... items)
removeFromItems in interface RuleListFluent<A extends RuleListFluent<A>>public A removeAllFromItems(Collection<Rule> items)
removeAllFromItems in interface RuleListFluent<A extends RuleListFluent<A>>@Deprecated public List<Rule> getItems()
getItems in interface RuleListFluent<A extends RuleListFluent<A>>public List<Rule> buildItems()
buildItems in interface RuleListFluent<A extends RuleListFluent<A>>public Rule buildItem(int index)
buildItem in interface RuleListFluent<A extends RuleListFluent<A>>public Rule buildFirstItem()
buildFirstItem in interface RuleListFluent<A extends RuleListFluent<A>>public Rule buildLastItem()
buildLastItem in interface RuleListFluent<A extends RuleListFluent<A>>public Rule buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RuleBuilder> predicate)
buildMatchingItem in interface RuleListFluent<A extends RuleListFluent<A>>public A withItems(List<Rule> items)
withItems in interface RuleListFluent<A extends RuleListFluent<A>>public A withItems(Rule... items)
withItems in interface RuleListFluent<A extends RuleListFluent<A>>public Boolean hasItems()
hasItems in interface RuleListFluent<A extends RuleListFluent<A>>public RuleListFluent.ItemsNested<A> addNewItem()
addNewItem in interface RuleListFluent<A extends RuleListFluent<A>>public RuleListFluent.ItemsNested<A> addNewItemLike(Rule item)
addNewItemLike in interface RuleListFluent<A extends RuleListFluent<A>>public RuleListFluent.ItemsNested<A> setNewItemLike(int index, Rule item)
setNewItemLike in interface RuleListFluent<A extends RuleListFluent<A>>public RuleListFluent.ItemsNested<A> editItem(int index)
editItem in interface RuleListFluent<A extends RuleListFluent<A>>public RuleListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface RuleListFluent<A extends RuleListFluent<A>>public RuleListFluent.ItemsNested<A> editLastItem()
editLastItem in interface RuleListFluent<A extends RuleListFluent<A>>public RuleListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RuleBuilder> predicate)
editMatchingItem in interface RuleListFluent<A extends RuleListFluent<A>>public String getKind()
getKind in interface RuleListFluent<A extends RuleListFluent<A>>public A withKind(String kind)
withKind in interface RuleListFluent<A extends RuleListFluent<A>>public Boolean hasKind()
hasKind in interface RuleListFluent<A extends RuleListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface RuleListFluent<A extends RuleListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface RuleListFluent<A extends RuleListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface RuleListFluent<A extends RuleListFluent<A>>public A withNewMetadata(String _continue, String resourceVersion, String selfLink)
withNewMetadata in interface RuleListFluent<A extends RuleListFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.