-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: wawa0210 <[email protected]>
- Loading branch information
Showing
6 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package v1alpha1 | ||
|
||
// Define events for work objects. | ||
const ( | ||
//EventReasonSyncWorkFailed indicates that Sync work failed. | ||
EventReasonSyncWorkFailed = "SyncFailed" | ||
|
||
//EventReasonSyncWorkSucceed indicates that Sync work succeed. | ||
EventReasonSyncWorkSucceed = "SyncSucceed" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package v1alpha2 | ||
|
||
// Define events for ResourceBinding and ClusterResourceBinding objects. | ||
const ( | ||
//EventReasonCleanupWorkFailed indicates that Cleanup work failed. | ||
EventReasonCleanupWorkFailed = "CleanupWorkFailed" | ||
//EventReasonSyncWorkFailed indicates that Sync work failed. | ||
EventReasonSyncWorkFailed = "SyncWorkFailed" | ||
//EventReasonSyncWorkSucceed indicates that Sync work succeed. | ||
EventReasonSyncWorkSucceed = "SyncWorkSucceed" | ||
//EventReasonAggregateStatusFailed indicates that aggregate status failed. | ||
EventReasonAggregateStatusFailed = "AggregateStatusFailed" | ||
//EventReasonAggregateStatusFailed indicates that aggregate status succeed. | ||
EventReasonAggregateStatusSucceed = "AggregateStatusSucceed" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters