-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsole-extensions.json
More file actions
83 lines (83 loc) · 1.82 KB
/
console-extensions.json
File metadata and controls
83 lines (83 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
{
"type": "console.flag/model",
"properties": {
"flag": "CONSOLE_CUSTOMIZATIONS",
"model": {
"group": "console.openshift.io",
"version": "v1",
"kind": "ConsoleLink"
}
}
},
{
"type": "console.flag/model",
"properties": {
"flag": "NETAPP_CONSOLE_TRIDENT",
"model": {
"group": "netapp.com",
"version": "v1",
"kind": "netapp-openshift-console-trident"
}
}
},
{
"type": "console.navigation/section",
"properties": {
"id": "admin-console-trident-section",
"perspective": "admin",
"name": "NetApp Trident Console",
"insertBefore": "builds"
}
},
{
"type": "console.page/route",
"properties": {
"exact": true,
"path": ["/console-trident-storage"],
"component": {
"$codeRef": "ConsoleTrident"
}
}
},
{
"type": "console.navigation/href",
"properties": {
"id": "admin-console-trident-storage",
"name": "Storage",
"href": "/console-trident-storage",
"perspective": "admin",
"section": "admin-console-trident-section"
}
},
{
"type": "console.page/route",
"properties": {
"exact": true,
"path": ["/console-trident-backend"],
"component": {
"$codeRef": "ConsoleTridentBackend"
}
}
},
{
"type": "console.navigation/href",
"properties": {
"id": "admin-console-trident-backend",
"name": "Setup",
"href": "/console-trident-backend",
"perspective": "admin",
"section": "admin-console-trident-section"
}
},
{
"type": "console.page/route",
"properties": {
"exact": true,
"path": ["/console-trident-create-object"],
"component": {
"$codeRef": "ConsoleTridentObjectCreate"
}
}
}
]