public class IngressControllerListFluentImpl<A extends IngressControllerListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressControllerListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressControllerListFluentImpl.ItemsNestedImpl<N> |
IngressControllerListFluent.ItemsNested<N>| Constructor and Description |
|---|
IngressControllerListFluentImpl() |
IngressControllerListFluentImpl(IngressControllerList instance) |
public IngressControllerListFluentImpl()
public IngressControllerListFluentImpl(IngressControllerList instance)
public String getApiVersion()
getApiVersion in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A addToItems(Integer index, IngressController item)
addToItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A setToItems(Integer index, IngressController item)
setToItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A addToItems(IngressController... items)
addToItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A addAllToItems(Collection<IngressController> items)
addAllToItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A removeFromItems(IngressController... items)
removeFromItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A removeAllFromItems(Collection<IngressController> items)
removeAllFromItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A removeMatchingFromItems(Predicate<IngressControllerBuilder> predicate)
removeMatchingFromItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>@Deprecated public List<IngressController> getItems()
getItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public List<IngressController> buildItems()
buildItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressController buildItem(Integer index)
buildItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressController buildFirstItem()
buildFirstItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressController buildLastItem()
buildLastItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressController buildMatchingItem(Predicate<IngressControllerBuilder> predicate)
buildMatchingItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public Boolean hasMatchingItem(Predicate<IngressControllerBuilder> predicate)
hasMatchingItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A withItems(List<IngressController> items)
withItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A withItems(IngressController... items)
withItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public Boolean hasItems()
hasItems in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressControllerListFluent.ItemsNested<A> addNewItem()
addNewItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressControllerListFluent.ItemsNested<A> addNewItemLike(IngressController item)
addNewItemLike in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressControllerListFluent.ItemsNested<A> setNewItemLike(Integer index, IngressController item)
setNewItemLike in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressControllerListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressControllerListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressControllerListFluent.ItemsNested<A> editLastItem()
editLastItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public IngressControllerListFluent.ItemsNested<A> editMatchingItem(Predicate<IngressControllerBuilder> predicate)
editMatchingItem in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public String getKind()
getKind in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A withKind(String kind)
withKind in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public Boolean hasKind()
hasKind in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IngressControllerListFluent<A extends IngressControllerListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.