Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka committed Sep 16, 2024
1 parent 8484ed0 commit 564d209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package command
type OperatorCommandType string

const (
OperatorCommandAppNameLabelKey string = "kubescape.io/app-name" // holds the app name label, on which to run the command (optional)
OperatorCommandNodeNameLabelKey string = "kubescape.io/node-name" // holds the node name label, on which to run the command (optional)
OperatorCommandAppNameLabelKey string = "kubescape.io/app-name" // holds the app name label, which should execute the command (optional)
OperatorCommandNodeNameLabelKey string = "kubescape.io/node-name" // holds the node name label, app running on this node name should execute the command (optional)

// command types will be defined here
OperatorCommandTypeResponse OperatorCommandType = "response"
Expand Down

0 comments on commit 564d209

Please sign in to comment.