GenericRequest executes a generic kubernetes api request and returns the response as a string
(ctx context.Context, options *GenericRequestOptions)
| 70 | |
| 71 | // GenericRequest executes a generic kubernetes api request and returns the response as a string |
| 72 | GenericRequest(ctx context.Context, options *GenericRequestOptions) (string, error) |
| 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) |