You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use named argument --oas that needs to be present in every generate command. Since we there can always be only one argument, is required and there can be only OAS, I propose to change it to positional argument.
Currently we use named argument
--oas
that needs to be present in every generate command. Since we there can always be only one argument, is required and there can be only OAS, I propose to change it to positional argument.Currently:
kubectl generate gatewayapi httproute --oas test.yaml
Proposed:
kubectl generate gatewayapi httproute test.yaml
The text was updated successfully, but these errors were encountered: