lwolf / kube-cleanup-operator

Kubernetes Operator to automatically delete completed Jobs and their Pods
MIT License
498 stars 109 forks source link

Add more consistency to command line flags #70

Open simonszu opened 3 years ago

simonszu commented 3 years ago

Just a short suggestion: Almost every command line flag of the operator is written out completely - only the listen-addr is abbreviated. For more consistency i would suggest to also define it fully written out, e.g. listen-address.