kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

Refactor/Cleanup for output parameter #1645

Closed ANeumann82 closed 4 years ago

ANeumann82 commented 4 years ago

Use type for output Add separate Options for plan status Add tests to validate invalid output parameter Cleanup tests to use separate t.Run executions

Signed-off-by: Andreas Neumann aneumann@mesosphere.com

What this PR does / why we need it: Started to add --output yaml to package verify and package create and ended up refactoring cleaning up a couple things - Decided to make it a separate PR for easier Review