Update notifications.md
This commit is contained in:
parent
a92ed35ab2
commit
1edd9dcccc
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ length | int | Length in bytes of content. Same as Size field in Descriptor.
|
||||||
repository | string | Repository identifies the named repository.
|
repository | string | Repository identifies the named repository.
|
||||||
fromRepository | string | FromRepository identifies the named repository which a blob was mounted from if appropriate.
|
fromRepository | string | FromRepository identifies the named repository which a blob was mounted from if appropriate.
|
||||||
url | string | URL provides a direct link to the content.
|
url | string | URL provides a direct link to the content.
|
||||||
tag | string | Tag identifies a tag name in tag events
|
tag | string | Tag identifies a tag name in tag events.
|
||||||
request | [RequestRecord](https://godoc.org/github.com/docker/distribution/notifications#RequestRecord) | Request covers the request that generated the event.
|
request | [RequestRecord](https://godoc.org/github.com/docker/distribution/notifications#RequestRecord) | Request covers the request that generated the event.
|
||||||
actor | [ActorRecord](https://godoc.org/github.com/docker/distribution/notifications#ActorRecord). | Actor specifies the agent that initiated the event. For most situations, this could be from the authorization context of the request.
|
actor | [ActorRecord](https://godoc.org/github.com/docker/distribution/notifications#ActorRecord). | Actor specifies the agent that initiated the event. For most situations, this could be from the authorization context of the request.
|
||||||
source | [SourceRecord](https://godoc.org/github.com/docker/distribution/notifications#SourceRecord) | Source identifies the registry node that generated the event. Put differently, while the actor "initiates" the event, the source "generates" it.
|
source | [SourceRecord](https://godoc.org/github.com/docker/distribution/notifications#SourceRecord) | Source identifies the registry node that generated the event. Put differently, while the actor "initiates" the event, the source "generates" it.
|
||||||
|
|
Loading…
Reference in a new issue