Logs starts a new logs request to the given pod and container and returns a ReadCloser interface to allow continuous reading. Can also follow a log if specified.
(ctx context.Context, namespace, podName, containerName string, lastContainerLog bool, tail *int64, follow bool)
| 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. |
| 79 | Logs(ctx context.Context, namespace, podName, containerName string, lastContainerLog bool, tail *int64, follow bool) (io.ReadCloser, error) |
| 80 | |
| 81 | // IsInCluster returns true if in cluster kubernetes configuration is detected |
| 82 | IsInCluster() bool |
no outgoing calls
no test coverage detected