We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83fdb0f + 81c063b commit c34f51dCopy full SHA for c34f51d
pkg/command/commands.go
@@ -13,6 +13,8 @@ const (
13
OperatorCommandTypeUpdateRegistry OperatorCommandType = "UpdateRegistry"
14
OperatorCommandTypeDeleteRegistry OperatorCommandType = "DeleteRegistry"
15
OperatorCommandTypeCheckRegistry OperatorCommandType = "CheckRegistry"
16
+
17
+ OperatorCommandTypeOperatorAPI OperatorCommandType = "OperatorAPI"
18
)
19
20
// ResponseCommand
0 commit comments