lordrip opened a new pull request, #20378:
URL: https://github.com/apache/camel/pull/20378
# Description
Currently, there's no information about the valid cluster types the
kubernetes plugin could use.
This commit reads the ClusterType enum and use it to show it to the `--help`
argument.
Example:
```
$ camel kubernetes run --help
...
--cluster-type=<clusterType>
The target cluster type (kubernetes, openshift,
kind, k3s, minikube). Special configurations
may
be applied to different cluster types such as
Kind or Minikube.
...
```
# Target
- [X] I checked that the commit is targeting the correct branch (Camel 4
uses the `main` branch)
# Apache Camel coding standards and style
- [X] I checked that each commit in the pull request has a meaningful
subject line and body.
- [X] I have run `mvn clean install -DskipTests` locally from root folder
and I have committed all auto-generated changes.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]