type ActiveLister struct {
client.Client
Log logr.Logger
}
func NewActiveLister(c client.Client, logger logr.Logger) *ActiveLister
func (lister *ActiveLister) ListActiveJobs(ctx context.Context, schedule *v1alpha1.Schedule) (v1alpha1.GenericChaosList, error)
TODO: use another easy-to-used type for describing ChaosList