public interface StressChaosSpecFluent<A extends StressChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StressChaosSpecFluent.SelectorNested<N> |
static interface |
StressChaosSpecFluent.StressorsNested<N> |
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()
StressChaosSpecFluent.SelectorNested<A> withNewSelector()
StressChaosSpecFluent.SelectorNested<A> withNewSelectorLike(PodSelectorSpec item)
StressChaosSpecFluent.SelectorNested<A> editSelector()
StressChaosSpecFluent.SelectorNested<A> editOrNewSelector()
StressChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(PodSelectorSpec item)
String getStressngStressors()
Boolean hasStressngStressors()
@Deprecated Stressors getStressors()
Stressors buildStressors()
Boolean hasStressors()
StressChaosSpecFluent.StressorsNested<A> withNewStressors()
StressChaosSpecFluent.StressorsNested<A> withNewStressorsLike(Stressors item)
StressChaosSpecFluent.StressorsNested<A> editStressors()
StressChaosSpecFluent.StressorsNested<A> editOrNewStressors()
StressChaosSpecFluent.StressorsNested<A> editOrNewStressorsLike(Stressors item)
String getValue()
Boolean hasValue()
Copyright © 2015–2023 Red Hat. All rights reserved.