ahmetb / gen-crd-api-reference-docs

API Reference Docs generator for Kubernetes CRDs (used by Knative, Kubeflow and others)
Apache License 2.0
297 stars 98 forks source link

Add flag to sort APIGroups in output #27

Open aLekSer opened 4 years ago

aLekSer commented 4 years ago

This way the resulted file would be the same each CI run for instance.

The issue with more details could be found here: https://github.com/googleforgames/agones/issues/1690

The workaround for my use case would be to sort the output before making decisions was something updated or not.

ahmetb commented 4 years ago

Ack. Shouldn't be a flag. I assumed we're already sorting the package names and type names.