public interface DNSChaosSpecFluent<A extends DNSChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DNSChaosSpecFluent.SelectorNested<N> |
String getAction()
Boolean hasAction()
A addAllToContainerNames(Collection<String> items)
A removeAllFromContainerNames(Collection<String> items)
String getFirstContainerName()
String getLastContainerName()
Boolean hasContainerNames()
String getDuration()
Boolean hasDuration()
String getMode()
Boolean hasMode()
A addAllToPatterns(Collection<String> items)
A removeAllFromPatterns(Collection<String> items)
String getFirstPattern()
String getLastPattern()
Boolean hasPatterns()
@Deprecated PodSelectorSpec getSelector()
PodSelectorSpec buildSelector()
A withSelector(PodSelectorSpec selector)
Boolean hasSelector()
DNSChaosSpecFluent.SelectorNested<A> withNewSelector()
DNSChaosSpecFluent.SelectorNested<A> withNewSelectorLike(PodSelectorSpec item)
DNSChaosSpecFluent.SelectorNested<A> editSelector()
DNSChaosSpecFluent.SelectorNested<A> editOrNewSelector()
DNSChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(PodSelectorSpec item)
String getValue()
Boolean hasValue()
Copyright © 2015–2022 Red Hat. All rights reserved.