git-sync/cmd/git-sync
Nan Yu 53f3fa17a0 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-21 16:42:28 -07:00
..
main.go Export the error details to an error file 2021-04-21 16:42:28 -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