Jump to Content

Interface RepositoryFilter

The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no repository filter is specified, all images in the repository are replicated.

Hierarchy

  • RepositoryFilter

Properties

Properties

filter: undefined | string

The repository filter details. When the PREFIX_MATCH filter type is specified, this value is required and should be the repository name prefix to configure replication for.

filterType: undefined | string

The repository filter type. The only supported value is PREFIX_MATCH, which is a repository name prefix specified with the filter parameter.