Skip to content

Commit

Permalink
add create customer data user input command
Browse files Browse the repository at this point in the history
Signed-off-by: refaelm <[email protected]>
  • Loading branch information
refaelm92 committed Aug 6, 2024
1 parent 78d23f1 commit c3b5f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/common/userinput/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (
const (
UserInputCommandDeleteCluster = UserInputCommand("delete-cluster")
UserInputCommandDeleteAllCustomerData = UserInputCommand("delete-all-customer-data")
UserInputCommandCreateCustomerData = UserInputCommand("create-customer-data")
// vulnerability scans actions
UserInputCommandMarkForDeletionRegistryScan = UserInputCommand("mark-for-deletion-registry-scan")
UserInputCommandStoreContainerScanningSummaryStub = UserInputCommand("store-container-scanning-summary-stub")
Expand Down

0 comments on commit c3b5f3d

Please sign in to comment.