-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathk8s.json
52 lines (52 loc) · 1.11 KB
/
k8s.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
{
"metadata": {
"name": "k8s-as-tc",
"namespace": "system",
"labels": {},
"annotations": {},
"disable": false
},
"spec": {
"local_access_config": {
"local_domain": "as-tc.local",
"default_port": {}
},
"global_access_enable": {},
"use_default_psp": {},
"use_custom_cluster_role_list": {
"cluster_roles": [
{
"tenant": "ves-io",
"namespace": "shared",
"name": "ves-io-admin-cluster-role",
"kind": "k8s_cluster_role"
}
]
},
"use_custom_cluster_role_bindings": {
"cluster_role_bindings": [
{
"tenant": "f5-emea-sp-dgidcptq",
"namespace": "system",
"name": "ves-io-admin-cluster-role-binding",
"kind": "k8s_cluster_role_binding"
}
]
},
"cluster_wide_app_list": {
"cluster_wide_apps": [
{
"dashboard": {}
},
{
"metrics_server": {}
},
{
"prometheus": {}
}
]
},
"no_insecure_registries": {},
"cluster_scoped_access_deny": {}
}
}