ReadLogs starts a new logs request to the given pod and container
(ctx context.Context, namespace, podName, containerName string, lastContainerLog bool, tail *int64)
| 73 | |
| 74 | // ReadLogs starts a new logs request to the given pod and container |
| 75 | ReadLogs(ctx context.Context, namespace, podName, containerName string, lastContainerLog bool, tail *int64) (string, error) |
| 76 | |
| 77 | // Logs starts a new logs request to the given pod and container and returns a ReadCloser interface |
| 78 | // to allow continuous reading. Can also follow a log if specified. |
no outgoing calls
no test coverage detected