ConnectedRegistryNotification

data class ConnectedRegistryNotification(val action: String, val digest: String? = null, val name: String, val tag: String? = null)

Constructors

Link copied to clipboard
constructor(action: String, digest: String? = null, name: String, tag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action of the artifact that wants to be subscribed for the Connected Registry. Possible values are push, delete and * (i.e. any).

Link copied to clipboard
val digest: String? = null

The digest of the artifact that wants to be subscribed for the Connected Registry.

Link copied to clipboard

The name of the artifact that wants to be subscribed for the Connected Registry.

Link copied to clipboard
val tag: String? = null

The tag of the artifact that wants to be subscribed for the Connected Registry.