Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix(go-utils): Add parameters to metadata model (#434)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Apr 4, 2022
1 parent c6d4983 commit 297c1b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/api/models/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import "encoding/json"
// Metadata metadata
type Metadata struct {

// automaticprovisioning
Automaticprovisioning bool `json:"automaticprovisioning,omitempty"`

// bridgeversion
Bridgeversion string `json:"bridgeversion,omitempty"`

Expand All @@ -19,6 +22,9 @@ type Metadata struct {

// namespace
Namespace string `json:"namespace,omitempty"`

// shipyardversion
Shipyardversion string `json:"shipyardversion,omitempty"`
}

// ToJSON converts object to JSON string
Expand Down

0 comments on commit 297c1b2

Please sign in to comment.