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