public interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StressChaosStatusFluent.ConditionsNested<N> |
static interface |
StressChaosStatusFluent.ExperimentNested<N> |
A addToConditions(int index, ChaosCondition item)
A setToConditions(int index, ChaosCondition item)
A addToConditions(ChaosCondition... items)
A addAllToConditions(Collection<ChaosCondition> items)
A removeFromConditions(ChaosCondition... items)
A removeAllFromConditions(Collection<ChaosCondition> items)
A removeMatchingFromConditions(Predicate<ChaosConditionBuilder> predicate)
@Deprecated List<ChaosCondition> getConditions()
List<ChaosCondition> buildConditions()
ChaosCondition buildCondition(int index)
ChaosCondition buildFirstCondition()
ChaosCondition buildLastCondition()
ChaosCondition buildMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
A withConditions(List<ChaosCondition> conditions)
A withConditions(ChaosCondition... conditions)
Boolean hasConditions()
StressChaosStatusFluent.ConditionsNested<A> addNewCondition()
StressChaosStatusFluent.ConditionsNested<A> addNewConditionLike(ChaosCondition item)
StressChaosStatusFluent.ConditionsNested<A> setNewConditionLike(int index, ChaosCondition item)
StressChaosStatusFluent.ConditionsNested<A> editCondition(int index)
StressChaosStatusFluent.ConditionsNested<A> editFirstCondition()
StressChaosStatusFluent.ConditionsNested<A> editLastCondition()
StressChaosStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
@Deprecated ExperimentStatus getExperiment()
ExperimentStatus buildExperiment()
A withExperiment(ExperimentStatus experiment)
Boolean hasExperiment()
StressChaosStatusFluent.ExperimentNested<A> withNewExperiment()
StressChaosStatusFluent.ExperimentNested<A> withNewExperimentLike(ExperimentStatus item)
StressChaosStatusFluent.ExperimentNested<A> editExperiment()
StressChaosStatusFluent.ExperimentNested<A> editOrNewExperiment()
StressChaosStatusFluent.ExperimentNested<A> editOrNewExperimentLike(ExperimentStatus item)
A addToInstances(String key, StressInstance value)
A addToInstances(Map<String,StressInstance> map)
A removeFromInstances(Map<String,StressInstance> map)
Map<String,StressInstance> getInstances()
<K,V> A withInstances(Map<String,StressInstance> instances)
Boolean hasInstances()
Copyright © 2015–2023 Red Hat. All rights reserved.