project-codeflare / appwrapper

AppWrapper controller for Kueue
https://project-codeflare.github.io/appwrapper/
Apache License 2.0
5 stars 6 forks source link

simplify configuration of handling of app wrappers without user-provided queue names #164

Closed dgrove-oss closed 3 months ago

dgrove-oss commented 3 months ago

The two configuration setting manageJobsWithoutQueueNames (boolean) and defaultQueueName (string) provided overlapping functionality (both provided a mechanism to force AppWrappers without user-provided queue names to be Suspended). defaultQueueName is more useful/general so eliminate the boolean in favor of it.