public class TimeChaosSpecFluentImpl<A extends TimeChaosSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TimeChaosSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TimeChaosSpecFluentImpl.SchedulerNestedImpl<N> |
class |
TimeChaosSpecFluentImpl.SelectorNestedImpl<N> |
TimeChaosSpecFluent.SchedulerNested<N>, TimeChaosSpecFluent.SelectorNested<N>| Constructor and Description |
|---|
TimeChaosSpecFluentImpl() |
TimeChaosSpecFluentImpl(TimeChaosSpec instance) |
public TimeChaosSpecFluentImpl()
public TimeChaosSpecFluentImpl(TimeChaosSpec instance)
public A addToClockIds(int index, String item)
addToClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A setToClockIds(int index, String item)
setToClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A addToClockIds(String... items)
addToClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A addAllToClockIds(Collection<String> items)
addAllToClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A removeFromClockIds(String... items)
removeFromClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A removeAllFromClockIds(Collection<String> items)
removeAllFromClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public List<String> getClockIds()
getClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getClockId(int index)
getClockId in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getFirstClockId()
getFirstClockId in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getLastClockId()
getLastClockId in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getMatchingClockId(Predicate<String> predicate)
getMatchingClockId in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasMatchingClockId(Predicate<String> predicate)
hasMatchingClockId in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withClockIds(List<String> clockIds)
withClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withClockIds(String... clockIds)
withClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasClockIds()
hasClockIds in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A addNewClockId(String arg0)
addNewClockId in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A addToContainerNames(int index, String item)
addToContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A setToContainerNames(int index, String item)
setToContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A addToContainerNames(String... items)
addToContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A addAllToContainerNames(Collection<String> items)
addAllToContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A removeFromContainerNames(String... items)
removeFromContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A removeAllFromContainerNames(Collection<String> items)
removeAllFromContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public List<String> getContainerNames()
getContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getContainerName(int index)
getContainerName in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getFirstContainerName()
getFirstContainerName in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getLastContainerName()
getLastContainerName in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getMatchingContainerName(Predicate<String> predicate)
getMatchingContainerName in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasMatchingContainerName(Predicate<String> predicate)
hasMatchingContainerName in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withContainerNames(List<String> containerNames)
withContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withContainerNames(String... containerNames)
withContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasContainerNames()
hasContainerNames in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A addNewContainerName(String arg0)
addNewContainerName in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getDuration()
getDuration in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withDuration(String duration)
withDuration in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasDuration()
hasDuration in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>@Deprecated public A withNewDuration(String arg0)
withNewDuration in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getMode()
getMode in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withMode(String mode)
withMode in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasMode()
hasMode in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>@Deprecated public A withNewMode(String arg0)
withNewMode in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>@Deprecated public SchedulerSpec getScheduler()
getScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public SchedulerSpec buildScheduler()
buildScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withScheduler(SchedulerSpec scheduler)
withScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasScheduler()
hasScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withNewScheduler(String cron)
withNewScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SchedulerNested<A> withNewScheduler()
withNewScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SchedulerNested<A> withNewSchedulerLike(SchedulerSpec item)
withNewSchedulerLike in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SchedulerNested<A> editScheduler()
editScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SchedulerNested<A> editOrNewScheduler()
editOrNewScheduler in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SchedulerNested<A> editOrNewSchedulerLike(SchedulerSpec item)
editOrNewSchedulerLike in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>@Deprecated public SelectorSpec getSelector()
getSelector in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public SelectorSpec buildSelector()
buildSelector in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withSelector(SelectorSpec selector)
withSelector in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SelectorNested<A> withNewSelectorLike(SelectorSpec item)
withNewSelectorLike in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SelectorNested<A> editSelector()
editSelector in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public TimeChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(SelectorSpec item)
editOrNewSelectorLike in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getTimeOffset()
getTimeOffset in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withTimeOffset(String timeOffset)
withTimeOffset in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasTimeOffset()
hasTimeOffset in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>@Deprecated public A withNewTimeOffset(String arg0)
withNewTimeOffset in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public String getValue()
getValue in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public A withValue(String value)
withValue in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>public Boolean hasValue()
hasValue in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.