Skip to content

Commit

Permalink
Add MetaOriginRevisionKey to Event API
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Pimenta <[email protected]>
  • Loading branch information
matheuscscp committed Jan 20, 2025
1 parent 7317f57 commit e58b98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/event/v1beta1/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ package v1beta1
const (
// MetaRevisionKey is the key used to hold the source artifact revision.
MetaRevisionKey string = "revision"
// MetaOriginRevisionKey is the key used to hold the source artifact origin revision.
MetaOriginRevisionKey string = "originRevision"
// MetaChecksumKey is the key used to hold the source artifact checksum.
// Deprecated: in favor of MetaDigestKey.
MetaChecksumKey string = "checksum"
Expand Down

0 comments on commit e58b98b

Please sign in to comment.