ReplicationRule

An array of objects representing the replication destinations and repository filters for a replication configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of objects representing the destination for a replication rule.

Link copied to clipboard

An array of objects representing the filters for a replication rule. Specifying a repository filter for a replication rule provides a method for controlling which repositories in a private registry are replicated.

Functions

Link copied to clipboard
inline fun copy(block: ReplicationRule.Builder.() -> Unit = {}): ReplicationRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String