We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the discussion here: https://github.com/nginxinc/nginx-go-crossplane/pull/117/files#r1700552067
Users may have a module not in crossplane, say md. md has a "map-like-directive" mld. It acts in this way:
md
mld
mld{ a 1 b 2 c 3 }
currently crossplane can't parse it.
Provide an interface for users to specify rules of "map-like-directive".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the discussion here:
https://github.com/nginxinc/nginx-go-crossplane/pull/117/files#r1700552067
Is your feature request related to a problem? Please describe
Users may have a module not in crossplane, say
md
.md
has a "map-like-directive"mld
. It acts in this way:currently crossplane can't parse it.
Describe the solution you'd like
Provide an interface for users to specify rules of "map-like-directive".
The text was updated successfully, but these errors were encountered: