public class IngressListFluentImpl<A extends IngressListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressListFluentImpl.ItemsNestedImpl<N> |
IngressListFluent.ItemsNested<N>| Constructor and Description |
|---|
IngressListFluentImpl() |
IngressListFluentImpl(IngressList instance) |
public IngressListFluentImpl()
public IngressListFluentImpl(IngressList instance)
public String getApiVersion()
getApiVersion in interface IngressListFluent<A extends IngressListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface IngressListFluent<A extends IngressListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface IngressListFluent<A extends IngressListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface IngressListFluent<A extends IngressListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface IngressListFluent<A extends IngressListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface IngressListFluent<A extends IngressListFluent<A>>public A addToItems(int index, Ingress item)
addToItems in interface IngressListFluent<A extends IngressListFluent<A>>public A setToItems(int index, Ingress item)
setToItems in interface IngressListFluent<A extends IngressListFluent<A>>public A addToItems(Ingress... items)
addToItems in interface IngressListFluent<A extends IngressListFluent<A>>public A addAllToItems(Collection<Ingress> items)
addAllToItems in interface IngressListFluent<A extends IngressListFluent<A>>public A removeFromItems(Ingress... items)
removeFromItems in interface IngressListFluent<A extends IngressListFluent<A>>public A removeAllFromItems(Collection<Ingress> items)
removeAllFromItems in interface IngressListFluent<A extends IngressListFluent<A>>public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate)
removeMatchingFromItems in interface IngressListFluent<A extends IngressListFluent<A>>@Deprecated public List<Ingress> getItems()
getItems in interface IngressListFluent<A extends IngressListFluent<A>>public List<Ingress> buildItems()
buildItems in interface IngressListFluent<A extends IngressListFluent<A>>public Ingress buildItem(int index)
buildItem in interface IngressListFluent<A extends IngressListFluent<A>>public Ingress buildFirstItem()
buildFirstItem in interface IngressListFluent<A extends IngressListFluent<A>>public Ingress buildLastItem()
buildLastItem in interface IngressListFluent<A extends IngressListFluent<A>>public Ingress buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate)
buildMatchingItem in interface IngressListFluent<A extends IngressListFluent<A>>public Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate)
hasMatchingItem in interface IngressListFluent<A extends IngressListFluent<A>>public A withItems(List<Ingress> items)
withItems in interface IngressListFluent<A extends IngressListFluent<A>>public A withItems(Ingress... items)
withItems in interface IngressListFluent<A extends IngressListFluent<A>>public Boolean hasItems()
hasItems in interface IngressListFluent<A extends IngressListFluent<A>>public IngressListFluent.ItemsNested<A> addNewItem()
addNewItem in interface IngressListFluent<A extends IngressListFluent<A>>public IngressListFluent.ItemsNested<A> addNewItemLike(Ingress item)
addNewItemLike in interface IngressListFluent<A extends IngressListFluent<A>>public IngressListFluent.ItemsNested<A> setNewItemLike(int index, Ingress item)
setNewItemLike in interface IngressListFluent<A extends IngressListFluent<A>>public IngressListFluent.ItemsNested<A> editItem(int index)
editItem in interface IngressListFluent<A extends IngressListFluent<A>>public IngressListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface IngressListFluent<A extends IngressListFluent<A>>public IngressListFluent.ItemsNested<A> editLastItem()
editLastItem in interface IngressListFluent<A extends IngressListFluent<A>>public IngressListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate)
editMatchingItem in interface IngressListFluent<A extends IngressListFluent<A>>public String getKind()
getKind in interface IngressListFluent<A extends IngressListFluent<A>>public A withKind(String kind)
withKind in interface IngressListFluent<A extends IngressListFluent<A>>public Boolean hasKind()
hasKind in interface IngressListFluent<A extends IngressListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface IngressListFluent<A extends IngressListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface IngressListFluent<A extends IngressListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface IngressListFluent<A extends IngressListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface IngressListFluent<A extends IngressListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface IngressListFluent<A extends IngressListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface IngressListFluent<A extends IngressListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface IngressListFluent<A extends IngressListFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.