We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5decd5 + 91b5eee commit 2195e1bCopy full SHA for 2195e1b
pkg/command/commands.go
@@ -8,6 +8,10 @@ const (
8
9
// command types will be defined here
10
OperatorCommandTypeRuntimeResponse OperatorCommandType = "RuntimeResponse"
11
+
12
+ OperatorCommandTypeCreateRegistry OperatorCommandType = "CreateRegistry"
13
+ OperatorCommandTypeUpdateRegistry OperatorCommandType = "UpdateRegistry"
14
+ OperatorCommandTypeDeleteRegistry OperatorCommandType = "DeleteRegistry"
15
)
16
17
// ResponseCommand
0 commit comments