git-sync/cmd/git-sync
Nan Yu f2581cff93 Export the error details to an error file
The current git-sync process outputs the error information to standard
out, which is inaccessible from outside the container. Users have to
dump the logs using kubectl logs in order to check the error details in
the git-sync process. This commit exports the error details to a file,
which provides users the capability to check the errors directly from
other sidecar containers.

proposal: https://github.com/kubernetes/git-sync/issues/326
2021-04-09 11:33:16 -07:00
..
main.go Export the error details to an error file 2021-04-09 11:33:16 -07:00
main_test.go WIP: startup tests 2021-03-29 16:48:50 -07:00
webhook.go Change time-related flags to durations 2020-11-05 16:46:09 -08:00
webhook_test.go fix typo 2020-06-30 16:21:33 +08:00