Kuadrant / kuadrantctl

Kuadrant configuration command line utility
Apache License 2.0
6 stars 12 forks source link

removed redundant default yaml output and adjusted docs to reflect new changes #80

Closed ehearneRedHat closed 1 month ago

ehearneRedHat commented 1 month ago

In relation to #75 .

What:

Verify:

To verify, compile binary from root directory on this branch using go build and run the following commands:

./kuadrantctl generate gatewayapi httproute --help
./kuadrantctl generate kuadrant authpolicy --help
./kuadrantctl generate kuadrant ratelimitpolicy --help

Verify that there is no longer any redundant yaml output as mentioned in #75 . Also verify that the docs changed don't mention the redundant default yaml ouput anymore.

ehearneRedHat commented 1 month ago

@eguzki feel free to review when you have the chance :)