logs

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMainCommand

func GetMainCommand() *cobra.Command

Types

type LogsOptions

type LogsOptions struct {
	// Component selection
	ComponentIDs   []string
	EnvironmentID  string
	ComponentNames []string

	// Pod/Container selection
	Namespace     string
	PodName       string
	Container     string
	AllContainers bool

	// Log filtering (kubectl standard)
	Follow     bool
	Tail       int64
	Since      string
	SinceTime  string
	Timestamps bool
	Previous   bool

	// Output options
	Prefix  bool
	NoColor bool

	OverrideClusterServer string
}

func (*LogsOptions) UpdateFlagSet

func (o *LogsOptions) UpdateFlagSet(flags *pflag.FlagSet)

Jump to

Keyboard shortcuts

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