runcontext

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RunContext

type RunContext struct {
	Kube    k8s.Interface
	ChartFS *chartfs.ChartFS
	Logger  *slog.Logger
}

RunContext carries runtime dependencies for command execution: Kubernetes client, chart filesystem, and logger.

func NewRunContext

func NewRunContext(kube k8s.Interface, cfs *chartfs.ChartFS, logger *slog.Logger) *RunContext

NewRunContext builds a RunContext with the given kube, chart filesystem, and logger.

Jump to

Keyboard shortcuts

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