containerized-data-importer/tools/cdi-func-test-file-host-init
Artyom Lukianov 11321ae7e9 Set klog flags before flags parsing
Looks like before some of imports used glog package that set all flags
under init() method, but after dependencies code stopped to run glog
init() method on container creation, so we need to set flags from klog
and parse flags in the right order.
2019-05-16 09:38:37 +03:00
..
main.go Set klog flags before flags parsing 2019-05-16 09:38:37 +03:00