More tracking modes and some fixes
"Do not wait till resource is done" termination mode support
There are 2 TrackTerminationMode-s:
- WaitUntilResourceReady — default, track this resource until it is ready.
- NonBlocking — track resource only until there are other running resources trackers.
More logs modes
- ShowServiceMessages mode implemented (false by default): show kubernetes events and other kube service messages in realtime during tracking.
- SkipLogs multitracker spec mode implemented.
Fixes
- Show jobs logs in multitrack till pods are gone.
- Fix sts tracker hangs on kubernetes 1.10;
- Fix multitrack logs.