public class IOChaosSpecFluent<A extends IOChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IOChaosSpecFluent.AttrNested<N> |
class |
IOChaosSpecFluent.MistakeNested<N> |
class |
IOChaosSpecFluent.SelectorNested<N> |
| Constructor and Description |
|---|
IOChaosSpecFluent() |
IOChaosSpecFluent(IOChaosSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IOChaosSpecFluent()
public IOChaosSpecFluent(IOChaosSpec instance)
protected void copyInstance(IOChaosSpec instance)
public String getAction()
public boolean hasAction()
public AttrOverrideSpec buildAttr()
public A withAttr(AttrOverrideSpec attr)
public boolean hasAttr()
public IOChaosSpecFluent.AttrNested<A> withNewAttr()
public IOChaosSpecFluent.AttrNested<A> withNewAttrLike(AttrOverrideSpec item)
public IOChaosSpecFluent.AttrNested<A> editAttr()
public IOChaosSpecFluent.AttrNested<A> editOrNewAttr()
public IOChaosSpecFluent.AttrNested<A> editOrNewAttrLike(AttrOverrideSpec item)
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 getDelay()
public boolean hasDelay()
public String getDuration()
public boolean hasDuration()
public Integer getErrno()
public boolean hasErrno()
public A addAllToMethods(Collection<String> items)
public A removeAllFromMethods(Collection<String> items)
public String getMethod(int index)
public String getFirstMethod()
public String getLastMethod()
public boolean hasMethods()
public MistakeSpec buildMistake()
public A withMistake(MistakeSpec mistake)
public boolean hasMistake()
public IOChaosSpecFluent.MistakeNested<A> withNewMistake()
public IOChaosSpecFluent.MistakeNested<A> withNewMistakeLike(MistakeSpec item)
public IOChaosSpecFluent.MistakeNested<A> editMistake()
public IOChaosSpecFluent.MistakeNested<A> editOrNewMistake()
public IOChaosSpecFluent.MistakeNested<A> editOrNewMistakeLike(MistakeSpec item)
public String getMode()
public boolean hasMode()
public String getPath()
public boolean hasPath()
public Integer getPercent()
public boolean hasPercent()
public PodSelectorSpec buildSelector()
public A withSelector(PodSelectorSpec selector)
public boolean hasSelector()
public IOChaosSpecFluent.SelectorNested<A> withNewSelector()
public IOChaosSpecFluent.SelectorNested<A> withNewSelectorLike(PodSelectorSpec item)
public IOChaosSpecFluent.SelectorNested<A> editSelector()
public IOChaosSpecFluent.SelectorNested<A> editOrNewSelector()
public IOChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(PodSelectorSpec item)
public String getValue()
public boolean hasValue()
public String getVolumePath()
public boolean hasVolumePath()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IOChaosSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IOChaosSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.