feat: add support for osctl logs -f

Now default is not to follow the logs (which is similar to `kubectl logs`).

Integration test was added for `Logs()` API and `osctl logs` command.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
Andrey Smirnov
2019-12-05 21:20:27 +03:00
committed by Andrew Rynhard
parent 509ec5b6ff
commit edb40437ec
15 changed files with 443 additions and 147 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/talos-systems/talos/internal/integration/base"
)
// VersionSuite verifies version API
// VersionSuite verifies version command
type VersionSuite struct {
base.CLISuite
}