Spark like jobs

Im trying to make a framework that run jobs (different images) trigger (rest api)
I can’t find a way to organize the jobs in the gui in a meaningful way (labels or any other way) the best way I found is to make disabled cronJob and making job from the it with the cron as the ownerReference (I want to organize the jobs per image/label)

Thanks in advance!