Hi,
I have a question about the scheduler extender example, in the guide, it requests the Application to add schedulerName in the Application yaml defination.
spec:
schedulerName: my-scheduler
I want to ask, whether there is method users need NOT to set the schedulerName and the default scheduler will call the scheduler extender auto?
Thanks