Skip to content

Commit

Permalink
Merge pull request #855 from fluxcd/origin-revision
Browse files Browse the repository at this point in the history
Add MetaOriginRevisionKey to Event API
  • Loading branch information
matheuscscp authored Jan 20, 2025
2 parents 7317f57 + e58b98b commit 39b14b7
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 39b14b7

Please sign in to comment.