Skip to content

Commit

Permalink
nit (#19639)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Vishniakov <31008759+avishniakov@users.noreply.github.com>
  • Loading branch information
avishniakov authored Aug 22, 2024
1 parent 9b8b044 commit 7315033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/application/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ type SyncStatusCode string
const (
// SyncStatusCodeUnknown indicates that the status of a sync could not be reliably determined
SyncStatusCodeUnknown SyncStatusCode = "Unknown"
// SyncStatusCodeOutOfSync indicates that desired and live states match
// SyncStatusCodeSynced indicates that desired and live states match
SyncStatusCodeSynced SyncStatusCode = "Synced"
// SyncStatusCodeOutOfSync indicates that there is a drift between desired and live states
SyncStatusCodeOutOfSync SyncStatusCode = "OutOfSync"
Expand Down

0 comments on commit 7315033

Please sign in to comment.