public class HTTPChaosSpecFluentImpl<A extends HTTPChaosSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPChaosSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPChaosSpecFluentImpl.HeadersNestedImpl<N> |
class |
HTTPChaosSpecFluentImpl.SchedulerNestedImpl<N> |
class |
HTTPChaosSpecFluentImpl.SelectorNestedImpl<N> |
HTTPChaosSpecFluent.HeadersNested<N>, HTTPChaosSpecFluent.SchedulerNested<N>, HTTPChaosSpecFluent.SelectorNested<N>| Constructor and Description |
|---|
HTTPChaosSpecFluentImpl() |
HTTPChaosSpecFluentImpl(HTTPChaosSpec instance) |
public HTTPChaosSpecFluentImpl()
public HTTPChaosSpecFluentImpl(HTTPChaosSpec instance)
public String getAction()
getAction in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withAction(String action)
withAction in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasAction()
hasAction in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public A withNewAction(String arg0)
withNewAction in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public String getDuration()
getDuration in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withDuration(String duration)
withDuration in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasDuration()
hasDuration in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public A withNewDuration(String arg0)
withNewDuration in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A addToHeaders(int index, Matcher item)
addToHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A setToHeaders(int index, Matcher item)
setToHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A addToHeaders(Matcher... items)
addToHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A addAllToHeaders(Collection<Matcher> items)
addAllToHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A removeFromHeaders(Matcher... items)
removeFromHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A removeAllFromHeaders(Collection<Matcher> items)
removeAllFromHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A removeMatchingFromHeaders(Predicate<MatcherBuilder> predicate)
removeMatchingFromHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public List<Matcher> getHeaders()
getHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public List<Matcher> buildHeaders()
buildHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Matcher buildHeader(int index)
buildHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Matcher buildFirstHeader()
buildFirstHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Matcher buildLastHeader()
buildLastHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Matcher buildMatchingHeader(Predicate<MatcherBuilder> predicate)
buildMatchingHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasMatchingHeader(Predicate<MatcherBuilder> predicate)
hasMatchingHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withHeaders(List<Matcher> headers)
withHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withHeaders(Matcher... headers)
withHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasHeaders()
hasHeaders in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.HeadersNested<A> addNewHeader()
addNewHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.HeadersNested<A> addNewHeaderLike(Matcher item)
addNewHeaderLike in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.HeadersNested<A> setNewHeaderLike(int index, Matcher item)
setNewHeaderLike in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.HeadersNested<A> editHeader(int index)
editHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.HeadersNested<A> editFirstHeader()
editFirstHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.HeadersNested<A> editLastHeader()
editLastHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.HeadersNested<A> editMatchingHeader(Predicate<MatcherBuilder> predicate)
editMatchingHeader in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public String getMode()
getMode in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withMode(String mode)
withMode in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasMode()
hasMode in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public A withNewMode(String arg0)
withNewMode in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public String getPercent()
getPercent in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withPercent(String percent)
withPercent in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasPercent()
hasPercent in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public A withNewPercent(String arg0)
withNewPercent in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public SchedulerSpec getScheduler()
getScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public SchedulerSpec buildScheduler()
buildScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withScheduler(SchedulerSpec scheduler)
withScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasScheduler()
hasScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withNewScheduler(String cron)
withNewScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SchedulerNested<A> withNewScheduler()
withNewScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SchedulerNested<A> withNewSchedulerLike(SchedulerSpec item)
withNewSchedulerLike in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SchedulerNested<A> editScheduler()
editScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SchedulerNested<A> editOrNewScheduler()
editOrNewScheduler in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SchedulerNested<A> editOrNewSchedulerLike(SchedulerSpec item)
editOrNewSchedulerLike in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public SelectorSpec getSelector()
getSelector in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public SelectorSpec buildSelector()
buildSelector in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withSelector(SelectorSpec selector)
withSelector in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SelectorNested<A> withNewSelectorLike(SelectorSpec item)
withNewSelectorLike in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SelectorNested<A> editSelector()
editSelector in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public HTTPChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(SelectorSpec item)
editOrNewSelectorLike in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public String getValue()
getValue in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public A withValue(String value)
withValue in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>public Boolean hasValue()
hasValue in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface HTTPChaosSpecFluent<A extends HTTPChaosSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.