kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

Add Input Validations for Command Flags for the command `alpha generate`

Open camilamacedo86 opened this issue 1 year ago • 5 comments
trafficstars

What do you want to happen?

Currently, the alpha generate command lacks proper input validation for its flags. This issue aims to add robust validation to ensure that invalid flag values are caught early, improving the user experience and preventing potential runtime errors.

Acceptance Criteria:

  1. Implement input validations for all flags in the alpha generate command.
  2. Return meaningful error messages when invalid flags are provided.

For reference see its code in: https://github.com/kubernetes-sigs/kubebuilder/pull/4180

Extra Labels

No response

camilamacedo86 avatar Sep 23 '24 08:09 camilamacedo86