@@ -28,32 +28,32 @@ func getOperations(dev adapter.Operations) adapter.Operations {
28
28
29
29
dev [LabelNamespace ] = & adapter.Operation {
30
30
Type : int32 (meshes .OpCategory_CONFIGURE ),
31
- Description : "Label Namespace for Automatic Sidecar Injection" ,
31
+ Description : "Automatic Sidecar Injection" ,
32
32
}
33
33
34
34
dev [PrometheusAddon ] = & adapter.Operation {
35
35
Type : int32 (meshes .OpCategory_CONFIGURE ),
36
- Description : "Prometheus Monitoring " ,
36
+ Description : "Add-on: Prometheus " ,
37
37
}
38
38
39
39
dev [GrafanaAddon ] = & adapter.Operation {
40
40
Type : int32 (meshes .OpCategory_CONFIGURE ),
41
- Description : "Grafana Dashboard " ,
41
+ Description : "Add-on: Grafana " ,
42
42
}
43
43
44
44
dev [KialiAddon ] = & adapter.Operation {
45
45
Type : int32 (meshes .OpCategory_CONFIGURE ),
46
- Description : "Kiali Dashboard " ,
46
+ Description : "Add-on: Kiali " ,
47
47
}
48
48
49
49
dev [JaegerAddon ] = & adapter.Operation {
50
50
Type : int32 (meshes .OpCategory_CONFIGURE ),
51
- Description : "Jaeger Dashboard " ,
51
+ Description : "Add-on: Jaeger " ,
52
52
}
53
53
54
54
dev [ZipkinAddon ] = & adapter.Operation {
55
55
Type : int32 (meshes .OpCategory_CONFIGURE ),
56
- Description : "Zipkin Dashboard " ,
56
+ Description : "Add-on: Zipkin " ,
57
57
}
58
58
59
59
dev [IstioVetOperation ] = & adapter.Operation {
@@ -63,7 +63,7 @@ func getOperations(dev adapter.Operations) adapter.Operations {
63
63
64
64
dev [EnvoyFilterOperation ] = & adapter.Operation {
65
65
Type : int32 (meshes .OpCategory_CONFIGURE ),
66
- Description : "Envoy Filter for Imagehub " ,
66
+ Description : "Envoy Filter for Image Hub " ,
67
67
Versions : adapter .NoneVersion ,
68
68
Templates : []adapter.Template {
69
69
"file://templates/imagehub-filter.yaml" ,
@@ -76,31 +76,31 @@ func getOperations(dev adapter.Operations) adapter.Operations {
76
76
77
77
dev [DenyAllPolicyOperation ] = & adapter.Operation {
78
78
Type : int32 (meshes .OpCategory_CONFIGURE ),
79
- Description : "Deny-All Policy " ,
79
+ Description : "Policy: Deny-All" ,
80
80
Templates : []adapter.Template {
81
81
"file://templates/policy-denyall.yaml" ,
82
82
},
83
83
}
84
84
85
85
dev [StrictMTLSPolicyOperation ] = & adapter.Operation {
86
86
Type : int32 (meshes .OpCategory_CONFIGURE ),
87
- Description : "Strict MTLS Policy " ,
87
+ Description : "Policy: Strict MTLS" ,
88
88
Templates : []adapter.Template {
89
89
"file://templates/policy-strict.yaml" ,
90
90
},
91
91
}
92
92
93
93
dev [MutualMTLSPolicyOperation ] = & adapter.Operation {
94
94
Type : int32 (meshes .OpCategory_CONFIGURE ),
95
- Description : "Mutual MTLS Policy " ,
95
+ Description : "Policy: Mutual MTLS" ,
96
96
Templates : []adapter.Template {
97
97
"file://templates/policy-mutual.yaml" ,
98
98
},
99
99
}
100
100
101
101
dev [DisableMTLSPolicyOperation ] = & adapter.Operation {
102
102
Type : int32 (meshes .OpCategory_CONFIGURE ),
103
- Description : "Disable MTLS Policy " ,
103
+ Description : "Policy: Disable MTLS" ,
104
104
Templates : []adapter.Template {
105
105
"file://templates/policy-disable.yaml" ,
106
106
},
0 commit comments