public interface IOChaosStatusFluent<A extends IOChaosStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOChaosStatusFluent.ConditionsNested<N> |
static interface |
IOChaosStatusFluent.ExperimentNested<N> |
A addToConditions(Integer index, ChaosCondition item)
A setToConditions(Integer 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(Integer 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()
IOChaosStatusFluent.ConditionsNested<A> addNewCondition()
IOChaosStatusFluent.ConditionsNested<A> addNewConditionLike(ChaosCondition item)
IOChaosStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, ChaosCondition item)
IOChaosStatusFluent.ConditionsNested<A> editCondition(Integer index)
IOChaosStatusFluent.ConditionsNested<A> editFirstCondition()
IOChaosStatusFluent.ConditionsNested<A> editLastCondition()
IOChaosStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
@Deprecated ExperimentStatus getExperiment()
ExperimentStatus buildExperiment()
A withExperiment(ExperimentStatus experiment)
Boolean hasExperiment()
IOChaosStatusFluent.ExperimentNested<A> withNewExperiment()
IOChaosStatusFluent.ExperimentNested<A> withNewExperimentLike(ExperimentStatus item)
IOChaosStatusFluent.ExperimentNested<A> editExperiment()
IOChaosStatusFluent.ExperimentNested<A> editOrNewExperiment()
IOChaosStatusFluent.ExperimentNested<A> editOrNewExperimentLike(ExperimentStatus item)
Boolean hasInstances()
Copyright © 2015–2023 Red Hat. All rights reserved.