ahmetb / gen-crd-api-reference-docs

API Reference Docs generator for Kubernetes CRDs (used by Knative, Kubeflow and others)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flag to sort APIGroups in output

aLekSer opened this issue · comments

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

The issue with more details could be found here: googleforgames/agones#1690

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

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