models

package
v0.26.13 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalLogEntry

type GlobalLogEntry struct {
	ID          uint      `json:"id"`
	ClusterName string    `json:"cluster_name"`
	Namespace   string    `json:"namespace,omitempty"`
	NodeName    string    `json:"node_name,omitempty"`
	PodName     string    `json:"pod_name,omitempty"`
	Container   string    `json:"container,omitempty"`
	LogLevel    string    `json:"log_level"`
	Source      string    `json:"source"`
	Message     string    `json:"message"`
	Timestamp   time.Time `json:"timestamp"`
}

func ListGlobalLog

func ListGlobalLog(ctx context.Context, cluster, namespace, nodeName, podName, container, keyword, logLevel, source, startTime, endTime string) ([]*GlobalLogEntry, error)

Jump to

Keyboard shortcuts

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