Documentation ¶
Index ¶
- func ContainerLogStream(ctx context.Context, streamChan chan interface{}, ...)
- func GetBuildJobContainerLogs(pipelineName, serviceName string, taskID int64, log *zap.SugaredLogger) (string, error)
- func GetCurrentContainerLogs(podName, containerName, envName, productName string, tailLines int64, ...) (string, error)
- func GetScanningContainerLogs(scanID string, taskID int64, log *zap.SugaredLogger) (string, error)
- func GetTestJobContainerLogs(pipelineName, serviceName string, taskID int64, log *zap.SugaredLogger) (string, error)
- func GetTestingContainerLogs(testName string, taskID int64, log *zap.SugaredLogger) (string, error)
- func GetWorkflowBuildJobContainerLogs(pipelineName, serviceName, buildType string, taskID int64, ...) (string, error)
- func GetWorkflowBuildV3JobContainerLogs(workflowName, buildType string, taskID int64, log *zap.SugaredLogger) (string, error)
- func GetWorkflowTestJobContainerLogs(pipelineName, serviceName, pipelineType string, taskID int64, ...) (string, error)
- func GetWorkflowV4JobContainerLogs(workflowName, jobName string, taskID int64, log *zap.SugaredLogger) (string, error)
- func JenkinsJobLogStream(ctx context.Context, jenkinsID, jobName string, jobID int64, ...)
- func ReadFromFileAndWriteToStreamChan(buf *bufio.Reader, streamChan chan interface{}) error
- func TaskContainerLogStream(ctx context.Context, streamChan chan interface{}, options *GetContainerOptions, ...)
- func TestJobContainerLogStream(ctx context.Context, streamChan chan interface{}, options *GetContainerOptions, ...)
- func WorkflowTaskV4ContainerLogStream(ctx context.Context, streamChan chan interface{}, options *GetContainerOptions, ...)
- type GetContainerOptions
- type GetVMJobLogOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerLogStream ¶
func GetCurrentContainerLogs ¶
func GetTestJobContainerLogs ¶
func GetTestingContainerLogs ¶
func JenkinsJobLogStream ¶
func TaskContainerLogStream ¶
func TaskContainerLogStream(ctx context.Context, streamChan chan interface{}, options *GetContainerOptions, log *zap.SugaredLogger)
func TestJobContainerLogStream ¶
func TestJobContainerLogStream(ctx context.Context, streamChan chan interface{}, options *GetContainerOptions, log *zap.SugaredLogger)
func WorkflowTaskV4ContainerLogStream ¶
func WorkflowTaskV4ContainerLogStream(ctx context.Context, streamChan chan interface{}, options *GetContainerOptions, log *zap.SugaredLogger)
Types ¶
type GetContainerOptions ¶
Click to show internal directories.
Click to hide internal directories.