* Switch to new default-container pod annotation
kubectl.kubernetes.io/default-logs-container has been deprecated and
removed in kubectl, see
3a9c6f2a2f
* Show the default container as the first entry
In container selections show the default container as the first entry of
the list.
* feat(log): Support of kubectl.kubernetes.io/default-logs-container annotation
Closes#1057
* feat(log): Support of kubectl.kubernetes.io/default-logs-container annotation
refactored to return ok bool with the container
Closes#1057
* feat(log): Support of kubectl.kubernetes.io/default-logs-container annotation
refactored getDefaultLogContainer
log if container was not found