Merge pull request #3268 from RolandMa1986/feat-sa

Feat ServiceAccount management
This commit is contained in:
KubeSphere CI Bot
2021-01-21 20:03:40 +08:00
committed by GitHub
11 changed files with 527 additions and 5 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"
)