Skip to content

Commit 2195e1b

Browse files
authored
Merge pull request #28 from kubescape/reg-cmd
add registry command types
2 parents d5decd5 + 91b5eee commit 2195e1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/command/commands.go

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ const (
88

99
// command types will be defined here
1010
OperatorCommandTypeRuntimeResponse OperatorCommandType = "RuntimeResponse"
11+
12+
OperatorCommandTypeCreateRegistry OperatorCommandType = "CreateRegistry"
13+
OperatorCommandTypeUpdateRegistry OperatorCommandType = "UpdateRegistry"
14+
OperatorCommandTypeDeleteRegistry OperatorCommandType = "DeleteRegistry"
1115
)
1216

1317
// ResponseCommand

0 commit comments

Comments
 (0)