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
A user suggested that it would be helpful to be able to use wildcards in Registry YAML files to cause artifacts to be applied to multiple parents.
As an example, the following YAML would be applied to all APIs with ids beginning with foo- and ending with -bar:
foo-
-bar
apiVersion: apigeeregistry/v1 kind: FieldSet metadata: parent: apis/foo-*-bar name: support data: definitionName: projects/PROJECTID/locations/global/artifacts/support values: email: "[email protected]" team: "Team"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A user suggested that it would be helpful to be able to use wildcards in Registry YAML files to cause artifacts to be applied to multiple parents.
As an example, the following YAML would be applied to all APIs with ids beginning with
foo-
and ending with-bar
:The text was updated successfully, but these errors were encountered: