mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 10:19:35 +00:00
kubectl command construction is slowly getting more functionality which sometimes requires to log certain actions. Currently we parse the verbosity only when actually running the command, so all of construction code is not able to use -v=5. This commit adds the manual parsing and loglevel setting berore we even start creating the kubectl command. Signed-off-by: Maciej Szulik <soltysh@gmail.com>