public class GCPChaosStatusFluentImpl<A extends GCPChaosStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GCPChaosStatusFluent<A>
GCPChaosStatusFluent.ConditionsNested<N>, GCPChaosStatusFluent.ExperimentNested<N>| Constructor and Description |
|---|
GCPChaosStatusFluentImpl() |
GCPChaosStatusFluentImpl(GCPChaosStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GCPChaosStatusFluentImpl()
public GCPChaosStatusFluentImpl(GCPChaosStatus instance)
public A addToAttachedDiskStrings(Integer index, String item)
addToAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A setToAttachedDiskStrings(Integer index, String item)
setToAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A addToAttachedDiskStrings(String... items)
addToAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A addAllToAttachedDiskStrings(Collection<String> items)
addAllToAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A removeFromAttachedDiskStrings(String... items)
removeFromAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A removeAllFromAttachedDiskStrings(Collection<String> items)
removeAllFromAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public List<String> getAttachedDiskStrings()
getAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public String getAttachedDiskString(Integer index)
getAttachedDiskString in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public String getFirstAttachedDiskString()
getFirstAttachedDiskString in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public String getLastAttachedDiskString()
getLastAttachedDiskString in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public String getMatchingAttachedDiskString(Predicate<String> predicate)
getMatchingAttachedDiskString in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public Boolean hasMatchingAttachedDiskString(Predicate<String> predicate)
hasMatchingAttachedDiskString in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A withAttachedDiskStrings(List<String> attachedDiskStrings)
withAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A withAttachedDiskStrings(String... attachedDiskStrings)
withAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public Boolean hasAttachedDiskStrings()
hasAttachedDiskStrings in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A addToConditions(Integer index, ChaosCondition item)
addToConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A setToConditions(Integer index, ChaosCondition item)
setToConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A addToConditions(ChaosCondition... items)
addToConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A addAllToConditions(Collection<ChaosCondition> items)
addAllToConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A removeFromConditions(ChaosCondition... items)
removeFromConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A removeAllFromConditions(Collection<ChaosCondition> items)
removeAllFromConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A removeMatchingFromConditions(Predicate<ChaosConditionBuilder> predicate)
removeMatchingFromConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>@Deprecated public List<ChaosCondition> getConditions()
getConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public List<ChaosCondition> buildConditions()
buildConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public ChaosCondition buildCondition(Integer index)
buildCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public ChaosCondition buildFirstCondition()
buildFirstCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public ChaosCondition buildLastCondition()
buildLastCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public ChaosCondition buildMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
buildMatchingCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
hasMatchingCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A withConditions(List<ChaosCondition> conditions)
withConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A withConditions(ChaosCondition... conditions)
withConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A addNewCondition(String reason, String status, String type)
addNewCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ConditionsNested<A> addNewConditionLike(ChaosCondition item)
addNewConditionLike in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, ChaosCondition item)
setNewConditionLike in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ConditionsNested<A> editCondition(Integer index)
editCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ChaosConditionBuilder> predicate)
editMatchingCondition in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>@Deprecated public ExperimentStatus getExperiment()
getExperiment in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public ExperimentStatus buildExperiment()
buildExperiment in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public A withExperiment(ExperimentStatus experiment)
withExperiment in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public Boolean hasExperiment()
hasExperiment in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ExperimentNested<A> withNewExperiment()
withNewExperiment in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ExperimentNested<A> withNewExperimentLike(ExperimentStatus item)
withNewExperimentLike in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ExperimentNested<A> editExperiment()
editExperiment in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ExperimentNested<A> editOrNewExperiment()
editOrNewExperiment in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public GCPChaosStatusFluent.ExperimentNested<A> editOrNewExperimentLike(ExperimentStatus item)
editOrNewExperimentLike in interface GCPChaosStatusFluent<A extends GCPChaosStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPChaosStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPChaosStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.