Skip to content

Make the prefix list take in glob patterns #1096

Description

@mozesl-nokia

Currently, you have to set exact prefixes in the prefix list of a FunctionConfig. Instead, it would be much simpler for the user to allow globs as well.

Specific example, instead of:

- some-repo-inprogress.my-registry.net/krm-functions
- some-repo-candidates.my-registry.net/krm-functions
- some-repo-releases.my-registry.net/krm-functions

The user could do:

- some-repo-*.my-registry.net/krm-functions

Check if it is possible to have multiple *s with some simple stdlib go package or external library. Like:

- some-repo-*.my-registry-*-cache.net/krm-functions

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions