public class IngressListFluentImpl<T extends IngressListFluent<T>> extends BaseFluent<T> implements IngressListFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressListFluentImpl.ItemsNestedImpl<N> |
class |
IngressListFluentImpl.MetadataNestedImpl<N> |
IngressListFluent.ItemsNested<N>, IngressListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
IngressListFluentImpl() |
IngressListFluentImpl(IngressList instance) |
public IngressListFluentImpl()
public IngressListFluentImpl(IngressList instance)
public IngressList.ApiVersion getApiVersion()
getApiVersion in interface IngressListFluent<T extends IngressListFluent<T>>public T withApiVersion(IngressList.ApiVersion apiVersion)
withApiVersion in interface IngressListFluent<T extends IngressListFluent<T>>public T addToItems(Ingress... items)
addToItems in interface IngressListFluent<T extends IngressListFluent<T>>public T removeFromItems(Ingress... items)
removeFromItems in interface IngressListFluent<T extends IngressListFluent<T>>public List<Ingress> getItems()
getItems in interface IngressListFluent<T extends IngressListFluent<T>>public T withItems(List<Ingress> items)
withItems in interface IngressListFluent<T extends IngressListFluent<T>>public T withItems(Ingress... items)
withItems in interface IngressListFluent<T extends IngressListFluent<T>>public IngressListFluent.ItemsNested<T> addNewItem()
addNewItem in interface IngressListFluent<T extends IngressListFluent<T>>public IngressListFluent.ItemsNested<T> addNewItemLike(Ingress item)
addNewItemLike in interface IngressListFluent<T extends IngressListFluent<T>>public String getKind()
getKind in interface IngressListFluent<T extends IngressListFluent<T>>public T withKind(String kind)
withKind in interface IngressListFluent<T extends IngressListFluent<T>>public ListMeta getMetadata()
getMetadata in interface IngressListFluent<T extends IngressListFluent<T>>public T withMetadata(ListMeta metadata)
withMetadata in interface IngressListFluent<T extends IngressListFluent<T>>public IngressListFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface IngressListFluent<T extends IngressListFluent<T>>public IngressListFluent.MetadataNested<T> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface IngressListFluent<T extends IngressListFluent<T>>public IngressListFluent.MetadataNested<T> editMetadata()
editMetadata in interface IngressListFluent<T extends IngressListFluent<T>>public T withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface IngressListFluent<T extends IngressListFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressListFluent<T extends IngressListFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressListFluent<T extends IngressListFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressListFluent<T extends IngressListFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressListFluent<T extends IngressListFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressListFluent<T extends IngressListFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressListFluent<T extends IngressListFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.