Documentation ¶
Index ¶
- func CopyContentToClipboardCmd(content string) tea.Cmd
- func GetContainerListenerCmd(client k8s.Client, cluster, namespace string, matchers model.Matchers, ...) tea.Cmd
- func GetNextContainerDeltasCmd(client k8s.Client, listener model.ContainerListener, duration time.Duration) tea.Cmd
- func GetNextLogsCmd(ls model.LogScanner, duration time.Duration) tea.Cmd
- func StartLogScannerCmd(client k8s.Client, container model.Container, sinceTime time.Time) tea.Cmd
- func StopLogScannerCmd(entity model.Entity, keepLogs bool) tea.Cmd
- func StopLogScannersInPrepForNewSinceTimeCmd(logScanners []model.LogScanner) tea.Cmd
- type ContentCopiedToClipboardMsg
- type GetContainerDeltasMsg
- type GetContainerListenerMsg
- type GetNewLogsMsg
- type StartedLogScannerMsg
- type StoppedLogScannersMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainerListenerCmd ¶
func GetNextLogsCmd ¶
func StartLogScannerCmd ¶
func StopLogScannerCmd ¶
StopLogScannerCmd stops an Entity's LogScanner
func StopLogScannersInPrepForNewSinceTimeCmd ¶ added in v0.4.0
func StopLogScannersInPrepForNewSinceTimeCmd(logScanners []model.LogScanner) tea.Cmd
Types ¶
type GetContainerDeltasMsg ¶
type GetContainerDeltasMsg struct { Listener model.ContainerListener DeltaSet model.ContainerDeltaSet Err error }
type GetContainerListenerMsg ¶
type GetContainerListenerMsg struct { Listener model.ContainerListener Err error }
type GetNewLogsMsg ¶
type StartedLogScannerMsg ¶
type StartedLogScannerMsg struct { LogScanner model.LogScanner Err error }
Click to show internal directories.
Click to hide internal directories.