Merge pull request #3268 from RolandMa1986/feat-sa
Feat ServiceAccount management
This commit is contained in:
@@ -30,6 +30,9 @@ import (
|
||||
const (
|
||||
// SuccessSynced is used as part of the Event 'reason' when a Foo is synced
|
||||
SuccessSynced = "Synced"
|
||||
|
||||
// FailedSynced is used as part of the Event 'reason' when a Foo is not synced
|
||||
FailedSynced = "FailedSync"
|
||||
// is synced successfully
|
||||
MessageResourceSynced = "Synced successfully"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user