public class IngressSpecFluentImpl<T extends IngressSpecFluent<T>> extends BaseFluent<T> implements IngressSpecFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressSpecFluentImpl.BackendNestedImpl<N> |
class |
IngressSpecFluentImpl.RulesNestedImpl<N> |
IngressSpecFluent.BackendNested<N>, IngressSpecFluent.RulesNested<N>_visitables| Constructor and Description |
|---|
IngressSpecFluentImpl() |
IngressSpecFluentImpl(IngressSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
IngressSpecFluent.RulesNested<T> |
addNewRule() |
IngressSpecFluent.RulesNested<T> |
addNewRuleLike(IngressRule item) |
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToRules(IngressRule... items) |
IngressSpecFluent.BackendNested<T> |
editBackend() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
IngressBackend |
getBackend() |
List<IngressRule> |
getRules() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromRules(IngressRule... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withBackend(IngressBackend backend) |
IngressSpecFluent.BackendNested<T> |
withNewBackend() |
IngressSpecFluent.BackendNested<T> |
withNewBackendLike(IngressBackend item) |
T |
withRules(IngressRule... rules) |
T |
withRules(List<IngressRule> rules) |
public IngressSpecFluentImpl()
public IngressSpecFluentImpl(IngressSpec instance)
public IngressBackend getBackend()
getBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withBackend(IngressBackend backend)
withBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.BackendNested<T> withNewBackend()
withNewBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.BackendNested<T> withNewBackendLike(IngressBackend item)
withNewBackendLike in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.BackendNested<T> editBackend()
editBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T addToRules(IngressRule... items)
addToRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T removeFromRules(IngressRule... items)
removeFromRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public List<IngressRule> getRules()
getRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withRules(List<IngressRule> rules)
withRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withRules(IngressRule... rules)
withRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.RulesNested<T> addNewRule()
addNewRule in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.RulesNested<T> addNewRuleLike(IngressRule item)
addNewRuleLike in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.