public class IngressFluentImpl<T extends IngressFluent<T>> extends BaseFluent<T> implements IngressFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressFluentImpl.MetadataNestedImpl<N> |
class |
IngressFluentImpl.SpecNestedImpl<N> |
class |
IngressFluentImpl.StatusNestedImpl<N> |
IngressFluent.MetadataNested<N>, IngressFluent.SpecNested<N>, IngressFluent.StatusNested<N>_visitables| Constructor and Description |
|---|
IngressFluentImpl() |
IngressFluentImpl(Ingress instance) |
public IngressFluentImpl()
public IngressFluentImpl(Ingress instance)
public Ingress.ApiVersion getApiVersion()
getApiVersion in interface IngressFluent<T extends IngressFluent<T>>public T withApiVersion(Ingress.ApiVersion apiVersion)
withApiVersion in interface IngressFluent<T extends IngressFluent<T>>public String getKind()
getKind in interface IngressFluent<T extends IngressFluent<T>>public T withKind(String kind)
withKind in interface IngressFluent<T extends IngressFluent<T>>public ObjectMeta getMetadata()
getMetadata in interface IngressFluent<T extends IngressFluent<T>>public T withMetadata(ObjectMeta metadata)
withMetadata in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.MetadataNested<T> editMetadata()
editMetadata in interface IngressFluent<T extends IngressFluent<T>>public IngressSpec getSpec()
getSpec in interface IngressFluent<T extends IngressFluent<T>>public T withSpec(IngressSpec spec)
withSpec in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.SpecNested<T> withNewSpec()
withNewSpec in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.SpecNested<T> withNewSpecLike(IngressSpec item)
withNewSpecLike in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.SpecNested<T> editSpec()
editSpec in interface IngressFluent<T extends IngressFluent<T>>public IngressStatus getStatus()
getStatus in interface IngressFluent<T extends IngressFluent<T>>public T withStatus(IngressStatus status)
withStatus in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.StatusNested<T> withNewStatus()
withNewStatus in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.StatusNested<T> withNewStatusLike(IngressStatus item)
withNewStatusLike in interface IngressFluent<T extends IngressFluent<T>>public IngressFluent.StatusNested<T> editStatus()
editStatus in interface IngressFluent<T extends IngressFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressFluent<T extends IngressFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressFluent<T extends IngressFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressFluent<T extends IngressFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressFluent<T extends IngressFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressFluent<T extends IngressFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressFluent<T extends IngressFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.