Skip to content

Registry tool: support wildcards in parent fields of YAML resources #1220

@timburks

Description

@timburks

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:

apiVersion: apigeeregistry/v1
kind: FieldSet
metadata:
  parent: apis/foo-*-bar
  name: support
data:
  definitionName: projects/PROJECTID/locations/global/artifacts/support
  values:
    email: "apiteam@acme.com"
    team: "Team"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions