davsclaus commented on code in PR #17733: URL: https://github.com/apache/camel/pull/17733#discussion_r2041642186
########## dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesRun.java: ########## @@ -257,6 +257,9 @@ public class KubernetesRun extends KubernetesBaseCommand { description = "Maven/Gradle build properties, ex. --build-property=prop1=foo") List<String> buildProperties = new ArrayList<>(); + @CommandLine.Option(names = { "--disable-auto" }, description = "Disable automatic cluster type detection.") + boolean disableAuto = false; Review Comment: Does not really matter as much - its not really used by anyone, and its a tool / not production - and its part of fixing bugs and the CLI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org