Skip to content

Commit

Permalink
Add sundeck icecap qtags
Browse files Browse the repository at this point in the history
  • Loading branch information
scgkiran committed Jan 13, 2025
1 parent dc2bfe4 commit f01a7f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go/pkg/qtag/declarations/sundeck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ fields:
type: TRACE
- name: auto_routing_warehouse_pool_policy_id
type: DIMENSION
- name: icecap_target_size
type: DIMENSION
- name: icecap_used
type: DIMENSION
- name: icecap_no_route_reason
type: TRACE
12 changes: 12 additions & 0 deletions go/pkg/qtag/generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,18 @@ func (c *Sundeck) AddAuto_routing_warehouse_pool_policy_id(value any) {
c.values["auto_routing_warehouse_pool_policy_id"] = value
}

func (c *Sundeck) AddIcecap_target_size(value any) {
c.values["icecap_target_size"] = value
}

func (c *Sundeck) AddIcecap_used(value any) {
c.values["icecap_used"] = value
}

func (c *Sundeck) AddIcecap_no_route_reason(value any) {
c.values["icecap_no_route_reason"] = value
}

type Walrusiq struct {
Builder
name string
Expand Down

0 comments on commit f01a7f7

Please sign in to comment.