Skip to content

Commit

Permalink
add createdAt and createdBy to project as well
Browse files Browse the repository at this point in the history
Signed-off-by: shubhindia <[email protected]>
  • Loading branch information
shubhindia committed May 23, 2024
1 parent 7c41e95 commit 8bdec64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifest/v1alpha/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ type Metadata struct {

// Spec holds detailed specification of the Project.
type Spec struct {
CreatedAt string `json:"createdAt,omitempty"`
CreatedBy string `json:"createdBy,omitempty"`
// Description allows for a more detailed description of the Project.
Description string `json:"description" validate:"description" example:"Bleeding edge web app"`
}

0 comments on commit 8bdec64

Please sign in to comment.