public class IoChaosSpecFluentImpl<A extends IoChaosSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IoChaosSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IoChaosSpecFluentImpl.AttrNestedImpl<N> |
class |
IoChaosSpecFluentImpl.SchedulerNestedImpl<N> |
class |
IoChaosSpecFluentImpl.SelectorNestedImpl<N> |
IoChaosSpecFluent.AttrNested<N>, IoChaosSpecFluent.SchedulerNested<N>, IoChaosSpecFluent.SelectorNested<N>| Constructor and Description |
|---|
IoChaosSpecFluentImpl() |
IoChaosSpecFluentImpl(IoChaosSpec instance) |
public IoChaosSpecFluentImpl()
public IoChaosSpecFluentImpl(IoChaosSpec instance)
public String getAction()
getAction in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withAction(String action)
withAction in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasAction()
hasAction in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewAction(String arg1)
withNewAction in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewAction(StringBuilder arg1)
withNewAction in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewAction(StringBuffer arg1)
withNewAction in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>@Deprecated public AttrOverrideSpec getAttr()
getAttr in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public AttrOverrideSpec buildAttr()
buildAttr in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withAttr(AttrOverrideSpec attr)
withAttr in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasAttr()
hasAttr in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.AttrNested<A> withNewAttr()
withNewAttr in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.AttrNested<A> withNewAttrLike(AttrOverrideSpec item)
withNewAttrLike in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.AttrNested<A> editAttr()
editAttr in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.AttrNested<A> editOrNewAttr()
editOrNewAttr in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.AttrNested<A> editOrNewAttrLike(AttrOverrideSpec item)
editOrNewAttrLike in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getContainerName()
getContainerName in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withContainerName(String containerName)
withContainerName in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasContainerName()
hasContainerName in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewContainerName(String arg1)
withNewContainerName in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewContainerName(StringBuilder arg1)
withNewContainerName in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewContainerName(StringBuffer arg1)
withNewContainerName in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getDelay()
getDelay in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withDelay(String delay)
withDelay in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasDelay()
hasDelay in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewDelay(String arg1)
withNewDelay in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewDelay(StringBuilder arg1)
withNewDelay in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewDelay(StringBuffer arg1)
withNewDelay in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getDuration()
getDuration in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withDuration(String duration)
withDuration in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasDuration()
hasDuration in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewDuration(String arg1)
withNewDuration in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewDuration(StringBuilder arg1)
withNewDuration in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewDuration(StringBuffer arg1)
withNewDuration in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Integer getErrno()
getErrno in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withErrno(Integer errno)
withErrno in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasErrno()
hasErrno in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewErrno(String arg1)
withNewErrno in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewErrno(int arg1)
withNewErrno in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A addToMethods(int index, String item)
addToMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A setToMethods(int index, String item)
setToMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A addToMethods(String... items)
addToMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A addAllToMethods(Collection<String> items)
addAllToMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A removeFromMethods(String... items)
removeFromMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A removeAllFromMethods(Collection<String> items)
removeAllFromMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public List<String> getMethods()
getMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getMethod(int index)
getMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getFirstMethod()
getFirstMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getLastMethod()
getLastMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getMatchingMethod(Predicate<String> predicate)
getMatchingMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasMatchingMethod(Predicate<String> predicate)
hasMatchingMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withMethods(List<String> methods)
withMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withMethods(String... methods)
withMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasMethods()
hasMethods in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A addNewMethod(String arg1)
addNewMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A addNewMethod(StringBuilder arg1)
addNewMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A addNewMethod(StringBuffer arg1)
addNewMethod in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getMode()
getMode in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withMode(String mode)
withMode in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasMode()
hasMode in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewMode(String arg1)
withNewMode in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewMode(StringBuilder arg1)
withNewMode in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewMode(StringBuffer arg1)
withNewMode in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getPath()
getPath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withPath(String path)
withPath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasPath()
hasPath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewPath(String arg1)
withNewPath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewPath(StringBuilder arg1)
withNewPath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewPath(StringBuffer arg1)
withNewPath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Integer getPercent()
getPercent in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withPercent(Integer percent)
withPercent in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasPercent()
hasPercent in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewPercent(String arg1)
withNewPercent in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewPercent(int arg1)
withNewPercent in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>@Deprecated public SchedulerSpec getScheduler()
getScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public SchedulerSpec buildScheduler()
buildScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withScheduler(SchedulerSpec scheduler)
withScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasScheduler()
hasScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewScheduler(String cron)
withNewScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SchedulerNested<A> withNewScheduler()
withNewScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SchedulerNested<A> withNewSchedulerLike(SchedulerSpec item)
withNewSchedulerLike in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SchedulerNested<A> editScheduler()
editScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SchedulerNested<A> editOrNewScheduler()
editOrNewScheduler in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SchedulerNested<A> editOrNewSchedulerLike(SchedulerSpec item)
editOrNewSchedulerLike in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>@Deprecated public SelectorSpec getSelector()
getSelector in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public SelectorSpec buildSelector()
buildSelector in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withSelector(SelectorSpec selector)
withSelector in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SelectorNested<A> withNewSelectorLike(SelectorSpec item)
withNewSelectorLike in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SelectorNested<A> editSelector()
editSelector in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public IoChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(SelectorSpec item)
editOrNewSelectorLike in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getValue()
getValue in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withValue(String value)
withValue in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasValue()
hasValue in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewValue(String arg1)
withNewValue in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewValue(StringBuilder arg1)
withNewValue in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewValue(StringBuffer arg1)
withNewValue in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public String getVolumePath()
getVolumePath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withVolumePath(String volumePath)
withVolumePath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public Boolean hasVolumePath()
hasVolumePath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewVolumePath(String arg1)
withNewVolumePath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewVolumePath(StringBuilder arg1)
withNewVolumePath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>public A withNewVolumePath(StringBuffer arg1)
withNewVolumePath in interface IoChaosSpecFluent<A extends IoChaosSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.