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