We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9770045 + 5950cb6 commit 0544427Copy full SHA for 0544427
controller/events/events.go
@@ -0,0 +1,11 @@
1
+package events
2
+
3
+// COSI relevant event reasons
4
+const (
5
+ FailedCreateBucket = "FailedCreateBucket"
6
+ FailedDeleteBucket = "FailedDeleteBucket"
7
+ WaitingForBucket = "WaitingForBucket"
8
9
+ FailedGrantAccess = "FailedGrantAccess"
10
+ FailedRevokeAccess = "FailedRevokeAccess"
11
+)
0 commit comments