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
I pulled current main and added your kubebuilder annotations on top of it and used make openapigen there to generate openapi_generated.go file which I copied manually into pkg/cd/openapi_generated.go in this repository so I can use go run cmd/gen-schema/main.go to generate actual openapi scheme. it can be found https://gist.github.com/arturrez/dfea0dcae8391512c38991b1e1414e15 but it can be used only for obj from https://github.com/argoproj/argo-cd/blob/master/pkg/apis/application which what blocks me rn. Hopefully this gist will be useful until this is properly fixed.
https://github.com/argoproj/applicationset is not represented in the list of provided openapi schemas
The text was updated successfully, but these errors were encountered: