Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRegistryEventRequest

Package version

interface

An interface representing ContainerRegistryEventRequest. The request that generated the event.

Hierarchy

  • ContainerRegistryEventRequest

Index

Properties

Properties

Optional addr

addr: undefined | string
member

{string} [addr] The IP or hostname and possibly port of the client connection that initiated the event. This is the RemoteAddr from the standard http request.

Optional host

host: undefined | string
member

{string} [host] The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.

Optional id

id: undefined | string
member

{string} [id] The ID of the request that initiated the event.

Optional method

method: undefined | string
member

{string} [method] The request method that generated the event.

Optional useragent

useragent: undefined | string
member

{string} [useragent] The user agent header of the request.

Generated using TypeDoc