Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Rename memquota2 -> memquota (#1330)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Rename memquota2 -> memquota

Simple rename for new adapter to the right name, now since the legacy one is deleted.

**Release note**:

```release-note
release-note-none
```
  • Loading branch information
guptasu authored and istio-merge-robot committed Oct 13, 2017
1 parent 7447e46 commit 2b1dfc7
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions adapter/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ inventory_library(
"statsd": "istio.io/mixer/adapter/statsd",
"stdio": "istio.io/mixer/adapter/stdio",
"svcctrl": "istio.io/mixer/adapter/svcctrl",
"memquota": "istio.io/mixer/adapter/memquota2",
"memquota": "istio.io/mixer/adapter/memquota",
},
deps = [
"//adapter/denier:go_default_library",
"//adapter/list:go_default_library",
"//adapter/memquota2:go_default_library",
"//adapter/memquota:go_default_library",
"//adapter/noop:go_default_library",
"//adapter/prometheus:go_default_library",
"//adapter/stackdriver:go_default_library",
Expand Down
4 changes: 2 additions & 2 deletions adapter/memquota2/BUILD → adapter/memquota/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go_library(
],
visibility = ["//visibility:public"],
deps = [
"//adapter/memquota2/config:go_default_library",
"//adapter/memquota/config:go_default_library",
"//pkg/adapter:go_default_library",
"//pkg/pool:go_default_library",
"//pkg/status:go_default_library",
Expand All @@ -29,7 +29,7 @@ go_test(
],
library = ":go_default_library",
deps = [
"//adapter/memquota2/config:go_default_library",
"//adapter/memquota/config:go_default_library",
"//pkg/adapter:go_default_library",
"//pkg/adapter/test:go_default_library",
"//template/quota:go_default_library",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gogoslick_proto_library(
"config.proto",
],
verbose = 0,
visibility = ["//adapter/memquota2:__pkg__"],
visibility = ["//adapter/memquota:__pkg__"],
deps = [
"@com_github_gogo_protobuf//gogoproto:go_default_library",
"@com_github_gogo_protobuf//sortkeys:go_default_library",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"fmt"
"time"

"istio.io/mixer/adapter/memquota2/config"
"istio.io/mixer/adapter/memquota/config"
"istio.io/mixer/pkg/adapter"
"istio.io/mixer/pkg/status"
"istio.io/mixer/template/quota"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"testing"
"time"

"istio.io/mixer/adapter/memquota2/config"
"istio.io/mixer/adapter/memquota/config"
"istio.io/mixer/pkg/adapter"
"istio.io/mixer/pkg/adapter/test"
"istio.io/mixer/template/quota"
Expand Down
File renamed without changes.

0 comments on commit 2b1dfc7

Please sign in to comment.