Skip to content

Commit

Permalink
Merge pull request #16 from udhos/master
Browse files Browse the repository at this point in the history
Change pool partition type to string. Fix #15
  • Loading branch information
gilliek authored Oct 22, 2018
2 parents d7a337b + 5d43c95 commit a1e0ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f5/ltm/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type Pool struct {
SelfLink string `json:"selfLink,omitempty" pretty:",expanded"`
ServiceDownAction string `json:"serviceDownAction,omitempty"`
SlowRampTime int64 `json:"slowRampTime,omitempty" pretty:",expanded"`
Partition int64 `json:"partition,omitempty"`
Partition string `json:"partition,omitempty"`
}

// PoolEndpoint represents the REST resource for managing a pool.
Expand Down

0 comments on commit a1e0ed1

Please sign in to comment.