From 6ba727a9aa0329c3a6ad18475ddd9c7fbc0632d8 Mon Sep 17 00:00:00 2001 From: bsski Date: Tue, 21 Jan 2025 17:08:09 +0100 Subject: [PATCH] PC-15436 Add annotation's author ID --- manifest/v1alpha/annotation/annotation.go | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest/v1alpha/annotation/annotation.go b/manifest/v1alpha/annotation/annotation.go index be9a745fc..aa9e3c9ac 100644 --- a/manifest/v1alpha/annotation/annotation.go +++ b/manifest/v1alpha/annotation/annotation.go @@ -41,6 +41,7 @@ type Spec struct { StartTime time.Time `json:"startTime"` EndTime time.Time `json:"endTime"` Category string `json:"category,omitempty"` + CreatedBy string `json:"createdBy,omitempty"` } // Status represents content of Status optional for Annotation Object