Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit e4be8c9

Browse files
authored
Merge pull request #60 from mgfeller/bug/mgfeller/56
[Operations] Categorizing Custom configuration operation correctly
2 parents c60eb3b + f36da1a commit e4be8c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osm/supported_ops.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const (
3232

3333
var supportedOps = map[string]supportedOperation{
3434
customOpCommand: {
35-
name: "Apply Custom Service Mesh or Kubernetes Configuration",
35+
name: "Apply Custom Service Mesh or Kubernetes Configuration",
36+
opType: meshes.OpCategory_CUSTOM,
3637
},
3738
smiConformanceCommand: {
3839
name: "SMI Conformance Test",

0 commit comments

Comments
 (0)