logaggregator

package
v0.0.0-...-c283e9f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogOpts

type LogOpts struct {
	Follow      bool
	JobID       string
	Lines       *int
	ProcessType *string
	StreamTypes []StreamType
}

func (*LogOpts) EncodedQuery

func (o *LogOpts) EncodedQuery() string

type MsgID

type MsgID string
const (
	MsgIDStdout MsgID = "ID1"
	MsgIDStderr MsgID = "ID2"
	MsgIDInit   MsgID = "ID3"
)

type StreamType

type StreamType string
const (
	StreamTypeStdout  StreamType = "stdout"
	StreamTypeStderr  StreamType = "stderr"
	StreamTypeInit    StreamType = "init"
	StreamTypeUnknown StreamType = "unknown"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL