Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.Condition
-
Packages that use Condition Package Description io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of Condition in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return Condition Modifier and Type Method Description ConditionConditionBuilder. build()ConditionRichReferenceFluent. buildCondition(int index)ConditionRichReferenceFluent. buildFirstCondition()ConditionRichReferenceFluent. buildLastCondition()ConditionRichReferenceFluent. buildMatchingCondition(Predicate<ConditionBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return types with arguments of type Condition Modifier and Type Method Description List<Condition>RichReferenceFluent. buildConditions()List<Condition>RichReference. getConditions()Conditions represents the latest state of the component.Methods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Condition Modifier and Type Method Description RichReferenceFluent.ConditionsNested<A>RichReferenceFluent. addNewConditionLike(Condition item)ARichReferenceFluent. addToConditions(int index, Condition item)ARichReferenceFluent. addToConditions(Condition... items)protected voidConditionFluent. copyInstance(Condition instance)ARichReferenceFluent. removeFromConditions(Condition... items)RichReferenceFluent.ConditionsNested<A>RichReferenceFluent. setNewConditionLike(int index, Condition item)ARichReferenceFluent. setToConditions(int index, Condition item)ARichReferenceFluent. withConditions(Condition... conditions)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type Condition Modifier and Type Method Description ARichReferenceFluent. addAllToConditions(Collection<Condition> items)ARichReferenceFluent. removeAllFromConditions(Collection<Condition> items)voidRichReference. setConditions(List<Condition> conditions)Conditions represents the latest state of the component.ARichReferenceFluent. withConditions(List<Condition> conditions)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Condition Constructor Description ConditionBuilder(Condition instance)ConditionBuilder(ConditionFluent<?> fluent, Condition instance)ConditionFluent(Condition instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type Condition Constructor Description RichReference(String apiVersion, List<Condition> conditions, String fieldPath, String kind, String name, String namespace, String resourceVersion, String uid)
-