public class JVMChaosSpecFluentImpl<A extends JVMChaosSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JVMChaosSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
JVMChaosSpecFluentImpl.SchedulerNestedImpl<N> |
class |
JVMChaosSpecFluentImpl.SelectorNestedImpl<N> |
JVMChaosSpecFluent.SchedulerNested<N>, JVMChaosSpecFluent.SelectorNested<N>| Constructor and Description |
|---|
JVMChaosSpecFluentImpl() |
JVMChaosSpecFluentImpl(JVMChaosSpec instance) |
public JVMChaosSpecFluentImpl()
public JVMChaosSpecFluentImpl(JVMChaosSpec instance)
public String getAction()
getAction in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withAction(String action)
withAction in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasAction()
hasAction in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>@Deprecated public A withNewAction(String arg0)
withNewAction in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public String getDuration()
getDuration in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withDuration(String duration)
withDuration in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasDuration()
hasDuration in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>@Deprecated public A withNewDuration(String arg0)
withNewDuration in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A addToFlags(String key, String value)
addToFlags in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A addToFlags(Map<String,String> map)
addToFlags in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A removeFromFlags(String key)
removeFromFlags in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A removeFromFlags(Map<String,String> map)
removeFromFlags in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Map<String,String> getFlags()
getFlags in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public <K,V> A withFlags(Map<String,String> flags)
withFlags in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasFlags()
hasFlags in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A addToMatchers(String key, String value)
addToMatchers in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A addToMatchers(Map<String,String> map)
addToMatchers in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A removeFromMatchers(String key)
removeFromMatchers in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A removeFromMatchers(Map<String,String> map)
removeFromMatchers in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Map<String,String> getMatchers()
getMatchers in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public <K,V> A withMatchers(Map<String,String> matchers)
withMatchers in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasMatchers()
hasMatchers in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public String getMode()
getMode in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withMode(String mode)
withMode in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasMode()
hasMode in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>@Deprecated public A withNewMode(String arg0)
withNewMode in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>@Deprecated public SchedulerSpec getScheduler()
getScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public SchedulerSpec buildScheduler()
buildScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withScheduler(SchedulerSpec scheduler)
withScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasScheduler()
hasScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withNewScheduler(String cron)
withNewScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SchedulerNested<A> withNewScheduler()
withNewScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SchedulerNested<A> withNewSchedulerLike(SchedulerSpec item)
withNewSchedulerLike in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SchedulerNested<A> editScheduler()
editScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SchedulerNested<A> editOrNewScheduler()
editOrNewScheduler in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SchedulerNested<A> editOrNewSchedulerLike(SchedulerSpec item)
editOrNewSchedulerLike in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>@Deprecated public SelectorSpec getSelector()
getSelector in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public SelectorSpec buildSelector()
buildSelector in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withSelector(SelectorSpec selector)
withSelector in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SelectorNested<A> withNewSelectorLike(SelectorSpec item)
withNewSelectorLike in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SelectorNested<A> editSelector()
editSelector in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public JVMChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(SelectorSpec item)
editOrNewSelectorLike in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public String getTarget()
getTarget in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withTarget(String target)
withTarget in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasTarget()
hasTarget in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>@Deprecated public A withNewTarget(String arg0)
withNewTarget in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public String getValue()
getValue in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public A withValue(String value)
withValue in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>public Boolean hasValue()
hasValue in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface JVMChaosSpecFluent<A extends JVMChaosSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.