Skip to content

Commit

Permalink
feat: add price for resource instance
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Apr 30, 2023
1 parent 59b75bb commit 0b7cbeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modelschemas/resource_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ type ResourceInstance struct {
Description string `json:"description"`
NodeSelectors map[string]string `json:"node_selectors"`
Resources DeploymentTargetResources `json:"resources"`
Price float64 `json:"price"`
}

0 comments on commit 0b7cbeb

Please sign in to comment.