Skip to content

Commit c34f51d

Browse files
authored
Merge pull request #31 from kubescape/operator-api-command
operator api command
2 parents 83fdb0f + 81c063b commit c34f51d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/command/commands.go

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const (
1313
OperatorCommandTypeUpdateRegistry OperatorCommandType = "UpdateRegistry"
1414
OperatorCommandTypeDeleteRegistry OperatorCommandType = "DeleteRegistry"
1515
OperatorCommandTypeCheckRegistry OperatorCommandType = "CheckRegistry"
16+
17+
OperatorCommandTypeOperatorAPI OperatorCommandType = "OperatorAPI"
1618
)
1719

1820
// ResponseCommand

0 commit comments

Comments
 (0)