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