|
| 1 | +```json |
1 | 2 | { |
2 | | - "provider_type": "remote", |
3 | | - "package_version": "v0.8.157-1", |
4 | | - "package_url": "https://github.com/meshery-extensions/meshery-extensions-packages/releases/download/v0.8.157-1/provider-meshery.tar.gz", |
5 | | - "provider_name": "Intel Perf Platform", |
6 | | - "provider_description": [ |
| 3 | + "providerType": "remote", |
| 4 | + "packageVersion": "v0.8.157-1", |
| 5 | + "packageUrl": "https://github.com/meshery-extensions/meshery-extensions-packages/releases/download/v0.8.157-1/provider-meshery.tar.gz", |
| 6 | + "providerName": "Intel Perf Platform", |
| 7 | + "providerDescription": [ |
7 | 8 | "Intel Performance Platform for use on internal networks in assessment of cloud native traffic with a specific focus on efficiencies in the configuraiton of Envoy, Nighthawk, Meshery and Intel hardware tuning." |
8 | 9 | ], |
9 | | - "provider_url": "https://perf.smp-spec.io", |
| 10 | + "providerUrl": "https://perf.smp-spec.io", |
10 | 11 | "extensions": { |
11 | 12 | "navigator": [ |
12 | 13 | { |
13 | 14 | "title": "Designer", |
14 | | - "on_click_callback": 1, |
| 15 | + "onClickCallback": 1, |
15 | 16 | "href": { |
16 | 17 | "uri": "/meshmap", |
17 | 18 | "external": false |
|
34 | 35 | "isBeta": true |
35 | 36 | } |
36 | 37 | ], |
37 | | - "user_prefs": [ |
| 38 | + "userPrefs": [ |
38 | 39 | { |
39 | 40 | "component": "/provider/userpref/meshmap_userpref/index.js", |
40 | 41 | "type": "component" |
|
50 | 51 | "account": [ |
51 | 52 | { |
52 | 53 | "title": "Cloud Account", |
53 | | - "on_click_callback": 1, |
| 54 | + "onClickCallback": 1, |
54 | 55 | "href": { |
55 | 56 | "uri": "https://perf.smp-spec.io/account/profile", |
56 | 57 | "external": true |
|
61 | 62 | }, |
62 | 63 | { |
63 | 64 | "title": "Cloud Catalog", |
64 | | - "on_click_callback": 1, |
| 65 | + "onClickCallback": 1, |
65 | 66 | "href": { |
66 | 67 | "uri": "https://perf.smp-spec.io/catalog", |
67 | 68 | "external": true |
|
72 | 73 | }, |
73 | 74 | { |
74 | 75 | "title": "Cloud Dashboard", |
75 | | - "on_click_callback": 1, |
| 76 | + "onClickCallback": 1, |
76 | 77 | "href": { |
77 | 78 | "uri": "https://perf.smp-spec.io", |
78 | 79 | "external": true |
|
215 | 216 | } |
216 | 217 | } |
217 | 218 | } |
| 219 | +``` |
0 commit comments