Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogPlugin ¶
type LogPlugin interface { // Generates a TaskLog object given necessary computation information GetTaskLog(podName, namespace, containerName, containerID, logName string) (core.TaskLog, error) }
func NewCloudwatchLogPlugin ¶
func NewKubernetesLogPlugin ¶
func NewStackdriverLogPlugin ¶
Click to show internal directories.
Click to hide internal directories.