public class StressChaosStatusFluentImpl<A extends StressChaosStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StressChaosStatusFluent<A>
StressChaosStatusFluent.ConditionsNested<N>, StressChaosStatusFluent.ExperimentNested<N>| Constructor and Description |
|---|
StressChaosStatusFluentImpl() |
StressChaosStatusFluentImpl(StressChaosStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic StressChaosStatusFluentImpl()
public StressChaosStatusFluentImpl(StressChaosStatus instance)
public A addToConditions(Integer index, ChaosCondition item)
addToConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A setToConditions(Integer index, ChaosCondition item)
setToConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A addToConditions(ChaosCondition... items)
addToConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A addAllToConditions(Collection<ChaosCondition> items)
addAllToConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A removeFromConditions(ChaosCondition... items)
removeFromConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A removeAllFromConditions(Collection<ChaosCondition> items)
removeAllFromConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A removeMatchingFromConditions(Predicate<ChaosConditionBuilder> predicate)
removeMatchingFromConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>@Deprecated public List<ChaosCondition> getConditions()
getConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public List<ChaosCondition> buildConditions()
buildConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public ChaosCondition buildCondition(Integer index)
buildCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public ChaosCondition buildFirstCondition()
buildFirstCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public ChaosCondition buildLastCondition()
buildLastCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public ChaosCondition buildMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
buildMatchingCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
hasMatchingCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A withConditions(List<ChaosCondition> conditions)
withConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A withConditions(ChaosCondition... conditions)
withConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A addNewCondition(String reason, String status, String type)
addNewCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ConditionsNested<A> addNewConditionLike(ChaosCondition item)
addNewConditionLike in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, ChaosCondition item)
setNewConditionLike in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ConditionsNested<A> editCondition(Integer index)
editCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
editMatchingCondition in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>@Deprecated public ExperimentStatus getExperiment()
getExperiment in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public ExperimentStatus buildExperiment()
buildExperiment in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A withExperiment(ExperimentStatus experiment)
withExperiment in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public Boolean hasExperiment()
hasExperiment in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ExperimentNested<A> withNewExperiment()
withNewExperiment in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ExperimentNested<A> withNewExperimentLike(ExperimentStatus item)
withNewExperimentLike in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ExperimentNested<A> editExperiment()
editExperiment in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ExperimentNested<A> editOrNewExperiment()
editOrNewExperiment in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public StressChaosStatusFluent.ExperimentNested<A> editOrNewExperimentLike(ExperimentStatus item)
editOrNewExperimentLike in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A addToInstances(String key, StressInstance value)
addToInstances in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A addToInstances(Map<String,StressInstance> map)
addToInstances in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A removeFromInstances(String key)
removeFromInstances in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public A removeFromInstances(Map<String,StressInstance> map)
removeFromInstances in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public Map<String,StressInstance> getInstances()
getInstances in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public <K,V> A withInstances(Map<String,StressInstance> instances)
withInstances in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public Boolean hasInstances()
hasInstances in interface StressChaosStatusFluent<A extends StressChaosStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StressChaosStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StressChaosStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.