diff --git a/pkg/client/types.go b/pkg/client/types.go index 94ca4cc3a..dd4033463 100644 --- a/pkg/client/types.go +++ b/pkg/client/types.go @@ -6,6 +6,7 @@ type OriginNode struct { Name string Target string PortNumber int64 + Weight int64 Active bool }