Skip to content

Commit

Permalink
Remove cluster array from Directory struct, is no necessary (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
awmackowiak committed Feb 20, 2020
1 parent a178620 commit 267511b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hook/vaas/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ type DCList struct {
type Director struct {
ID int `json:"id,omitempty"`
Backends []string `json:"backends,omitempty"`
Cluster []string `json:"cluster,omitempty"`
Name string `json:"name,omitempty"`
ResourceURI string `json:"resource_uri,omitempty"`
}
Expand Down

0 comments on commit 267511b

Please sign in to comment.