Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRegistryEventRequest

Package version

The request that generated the event.

Hierarchy

  • ContainerRegistryEventRequest

Index

Properties

Properties

addr

addr: string

The IP or hostname and possibly port of the client connection that initiated the event. This is the RemoteAddr from the standard http request.

host

host: string

The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.

id

id: string

The ID of the request that initiated the event.

method

method: string

The request method that generated the event.

useragent

useragent: string

The user agent header of the request.

Generated using TypeDoc