Skip to content

Commit

Permalink
Merge pull request #28 from kubescape/reg-cmd
Browse files Browse the repository at this point in the history
add registry command types
  • Loading branch information
refaelm92 authored Oct 20, 2024
2 parents d5decd5 + 91b5eee commit 2195e1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const (

// command types will be defined here
OperatorCommandTypeRuntimeResponse OperatorCommandType = "RuntimeResponse"

OperatorCommandTypeCreateRegistry OperatorCommandType = "CreateRegistry"
OperatorCommandTypeUpdateRegistry OperatorCommandType = "UpdateRegistry"
OperatorCommandTypeDeleteRegistry OperatorCommandType = "DeleteRegistry"
)

// ResponseCommand
Expand Down

0 comments on commit 2195e1b

Please sign in to comment.