ContainerRegistryEventData interface
事件要求訊息的內容。
屬性
action | 包含所提供事件的動作。 |
actor | 起始事件的代理程式。 在大部分情況下,這可能是來自要求的授權內容。 |
connected |
如果事件是由連接的登錄所產生,則為連接的登錄資訊。 |
id | 事件識別碼。 |
location | 事件的位置。 |
request | 產生事件的要求。 |
source | 產生事件的登錄節點。 也就是說,actor 啟始事件,而 source 產生事件。 |
target | 事件的目標。 |
timestamp | 事件發生的時間。 |
屬性詳細資料
action
包含所提供事件的動作。
action: string
屬性值
string
actor
起始事件的代理程式。 在大部分情況下,這可能是來自要求的授權內容。
actor: ContainerRegistryEventActor
屬性值
connectedRegistry
如果事件是由連接的登錄所產生,則為連接的登錄資訊。
connectedRegistry: ContainerRegistryEventConnectedRegistry
屬性值
id
事件識別碼。
id: string
屬性值
string
location
事件的位置。
location: string
屬性值
string
request
source
產生事件的登錄節點。 也就是說,actor 啟始事件,而 source 產生事件。
source: ContainerRegistryEventSource
屬性值
target
timestamp
事件發生的時間。
timestamp: string
屬性值
string