public class DNSChaosSpecFluent<A extends DNSChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DNSChaosSpecFluent.SelectorNested<N> |
| Constructor and Description |
|---|
DNSChaosSpecFluent() |
DNSChaosSpecFluent(DNSChaosSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DNSChaosSpecFluent()
public DNSChaosSpecFluent(DNSChaosSpec instance)
protected void copyInstance(DNSChaosSpec instance)
public String getAction()
public boolean hasAction()
public A addAllToContainerNames(Collection<String> items)
public A removeAllFromContainerNames(Collection<String> items)
public String getContainerName(int index)
public String getFirstContainerName()
public String getLastContainerName()
public boolean hasContainerNames()
public String getDuration()
public boolean hasDuration()
public String getMode()
public boolean hasMode()
public A addAllToPatterns(Collection<String> items)
public A removeAllFromPatterns(Collection<String> items)
public String getPattern(int index)
public String getFirstPattern()
public String getLastPattern()
public boolean hasPatterns()
public PodSelectorSpec buildSelector()
public A withSelector(PodSelectorSpec selector)
public boolean hasSelector()
public DNSChaosSpecFluent.SelectorNested<A> withNewSelector()
public DNSChaosSpecFluent.SelectorNested<A> withNewSelectorLike(PodSelectorSpec item)
public DNSChaosSpecFluent.SelectorNested<A> editSelector()
public DNSChaosSpecFluent.SelectorNested<A> editOrNewSelector()
public DNSChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(PodSelectorSpec item)
public String getValue()
public boolean hasValue()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DNSChaosSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DNSChaosSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.