Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogPlugin
deprecated
type LogPlugin interface { // Generates a TaskLog object given necessary computation information GetTaskLog(podName, namespace, containerName, containerID, logName string) (core.TaskLog, error) }
Deprecated: Please use Plugin interface from github.com/lyft/flyteplugins/go/tasks/pluginmachinery/tasklog instead.
func NewCloudwatchLogPlugin
deprecated
func NewKubernetesLogPlugin
deprecated
func NewStackdriverLogPlugin
deprecated
Click to show internal directories.
Click to hide internal directories.