You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The fields have to be one of the types that the sync package supports in order t
45
45
- sync.Bool, allows for concurrent bool manipulation
46
46
- sync.Secret, allows for concurrent secret manipulation. Secrets can only be strings
47
47
- sync.TimeDuration, allows for concurrent time.duration manipulation.
48
+
- sync.StringMap, allows for concurrent map[string]string manipulation.
48
49
49
50
For sensitive configuration (passwords, tokens, etc.) that shouldn't be printed in log, you can use the `Secret` flavor of `sync` types. If one of these is selected, then at harvester log instead of the real value the text `***` will be displayed.
0 commit comments