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