public interface TimeChaosSpecFluent<A extends TimeChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TimeChaosSpecFluent.SelectorNested<N> |
A addAllToClockIds(Collection<String> items)
A removeAllFromClockIds(Collection<String> items)
String getClockId(int index)
String getFirstClockId()
String getLastClockId()
Boolean hasClockIds()
A addAllToContainerNames(Collection<String> items)
A removeAllFromContainerNames(Collection<String> items)
String getContainerName(int index)
String getFirstContainerName()
String getLastContainerName()
Boolean hasContainerNames()
String getDuration()
Boolean hasDuration()
String getMode()
Boolean hasMode()
@Deprecated PodSelectorSpec getSelector()
PodSelectorSpec buildSelector()
A withSelector(PodSelectorSpec selector)
Boolean hasSelector()
TimeChaosSpecFluent.SelectorNested<A> withNewSelector()
TimeChaosSpecFluent.SelectorNested<A> withNewSelectorLike(PodSelectorSpec item)
TimeChaosSpecFluent.SelectorNested<A> editSelector()
TimeChaosSpecFluent.SelectorNested<A> editOrNewSelector()
TimeChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(PodSelectorSpec item)
String getTimeOffset()
Boolean hasTimeOffset()
String getValue()
Boolean hasValue()
Copyright © 2015–2023 Red Hat. All rights reserved.