Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRegistryEventData

Package version

The content of the event request message.

Hierarchy

  • ContainerRegistryEventData

Index

Properties

Optional action

action: undefined | string

The action that encompasses the provided event.

Optional actor

The agent that initiated the event. For most situations, this could be from the authorization context of the request.

Optional id

id: undefined | string

The event ID.

Optional request

The request that generated the event.

Optional source

The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

Optional target

The target of the event.

Optional timestamp

timestamp: Date

The time at which the event occurred.

Generated using TypeDoc