Skip to content

Commit

Permalink
add weights to client (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hwang <126002920+sthwang-metal@users.noreply.github.com>
  • Loading branch information
sthwang-metal authored Nov 7, 2023
1 parent 3a69bfc commit 85c3643
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/graphclient/gen_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions internal/graphclient/origin.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ query GetLoadBalancerPoolOrigin($id: ID!, $originid: ID!) {
target
portNumber
active
weight
poolID
createdAt
updatedAt
Expand All @@ -25,6 +26,7 @@ mutation LoadBalancerOriginCreate($input: CreateLoadBalancerOriginInput!) {
name
portNumber
target
weight
poolID
createdAt
updatedAt
Expand All @@ -40,6 +42,7 @@ mutation LoadBalancerOriginUpdate($id: ID!, $input: UpdateLoadBalancerOriginInpu
name
portNumber
target
weight
poolID
createdAt
updatedAt
Expand Down

0 comments on commit 85c3643

Please sign in to comment.