Change the provider separator from . to @
This commit is contained in:
parent
4012599264
commit
e9792b446f
34 changed files with 465 additions and 465 deletions
8
pkg/api/testdata/service-bar.json
vendored
8
pkg/api/testdata/service-bar.json
vendored
|
|
@ -7,13 +7,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"name": "myprovider.bar",
|
||||
"provider": "myprovider",
|
||||
"name": "myprovider@bar",
|
||||
"provider": "myprovider@bar",
|
||||
"serverStatus": {
|
||||
"http://127.0.0.1": "UP"
|
||||
},
|
||||
"usedBy": [
|
||||
"myprovider.foo",
|
||||
"myprovider.test"
|
||||
"myprovider@foo",
|
||||
"myprovider@test"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue