Interface DetailedCondition<R,P extends io.fabric8.kubernetes.api.model.HasMetadata,T>

Type Parameters:
R - the resource type this condition applies to
P - the primary resource type associated with the dependent workflow this condition is part of
T - the type of the extra information returned by the condition
All Superinterfaces:
Condition<R,P>

public interface DetailedCondition<R,P extends io.fabric8.kubernetes.api.model.HasMetadata,T> extends Condition<R,P>
A condition that can return extra information in addition of whether it is met or not.