ContainerRegistryEventRequest |
ContainerRegistryEventData.request() |
Get the request that generated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withAddr(String addr) |
Set the IP or hostname and possibly port of the client connection that initiated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withHost(String host) |
Set the externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withId(String id) |
Set the ID of the request that initiated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withMethod(String method) |
Set the request method that generated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withUseragent(String useragent) |
Set the user agent header of the request.
|