add serviceaccount contorller

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-01-12 12:47:35 +00:00
parent 35f7e46c65
commit 02b0d9247f
6 changed files with 331 additions and 1 deletions

View File

@@ -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"
)