generated from openshift/console-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconsole-extensions.json
89 lines (89 loc) · 2.16 KB
/
console-extensions.json
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
84
85
86
87
88
89
[
{
"type": "console.navigation/section",
"properties": {
"id": "cnf-cert-section",
"insertAfter": "builds",
"perspective": "admin",
"name": "Cnf Certification Suites"
}
},
{
"properties": {
"dataAttributes": {
"data-quickstart-id": "qs-nav-templates",
"data-test-id": "templates-nav-item"
},
"id": "cnfCertificationSuiteRuns",
"model": {
"group": "cnf-certifications.redhat.com",
"kind": "CnfCertificationSuiteRun",
"version": "v1alpha1"
},
"name": "%plugin__certsuite-operator-plugin~Cnf Certification Suite CRs%",
"section": "cnf-cert-section"
},
"type": "console.navigation/resource-ns"
},
{
"properties": {
"component": {
"$codeRef": "CnfCertsuiteRunPage"
},
"model": {
"group": "cnf-certifications.redhat.com",
"kind": "CnfCertificationSuiteRun",
"version": "v1alpha1"
}
},
"type": "console.page/resource/list"
},
{
"type": "console.tab/horizontalNav",
"properties": {
"model": {
"group": "cnf-certifications.redhat.com",
"kind": "CnfCertificationSuiteRun",
"version": "v1alpha1"
},
"page": {
"name": "Results",
"href": "results"
},
"component": { "$codeRef": "ResultsPage" }
}
},
{
"properties": {
"dataAttributes": {
"data-quickstart-id": "qs-nav-templates",
"data-test-id": "templates-nav-item"
},
"id": "secrets",
"model": {
"kind": "Secret",
"version": "v1"
},
"name": "%plugin__certsuite-operator-plugin~Secrets%",
"section": "cnf-cert-section"
},
"type": "console.navigation/resource-ns"
}
,
{
"properties": {
"dataAttributes": {
"data-quickstart-id": "qs-nav-templates",
"data-test-id": "templates-nav-item"
},
"id": "configMaps",
"model": {
"kind": "ConfigMap",
"version": "v1"
},
"name": "%plugin__certsuite-operator-plugin~ConfigMap%",
"section": "cnf-cert-section"
},
"type": "console.navigation/resource-ns"
}
]