public class TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TimeChaosSpecFluent.SelectorNested<N> |
| Constructor and Description |
|---|
TimeChaosSpecFluent() |
TimeChaosSpecFluent(TimeChaosSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TimeChaosSpecFluent()
public TimeChaosSpecFluent(TimeChaosSpec instance)
protected void copyInstance(TimeChaosSpec instance)
public A addAllToClockIds(Collection<String> items)
public A removeAllFromClockIds(Collection<String> items)
public String getClockId(int index)
public String getFirstClockId()
public String getLastClockId()
public boolean hasClockIds()
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 PodSelectorSpec buildSelector()
public A withSelector(PodSelectorSpec selector)
public boolean hasSelector()
public TimeChaosSpecFluent.SelectorNested<A> withNewSelector()
public TimeChaosSpecFluent.SelectorNested<A> withNewSelectorLike(PodSelectorSpec item)
public TimeChaosSpecFluent.SelectorNested<A> editSelector()
public TimeChaosSpecFluent.SelectorNested<A> editOrNewSelector()
public TimeChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(PodSelectorSpec item)
public String getTimeOffset()
public boolean hasTimeOffset()
public String getValue()
public boolean hasValue()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TimeChaosSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TimeChaosSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.