ReplicationConfigurationRepositoryFilter

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 filters are added, the contents of all repositories are replicated.

Constructors

Link copied to clipboard
constructor(filter: String, filterType: ReplicationConfigurationFilterType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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