Versions in this module Expand all Collapse all v0 v0.17.3 Mar 11, 2026 v0.17.2 Mar 11, 2026 Changes in this version + func EnvFromContext(ctx context.Context) (string, bool) + func EnvFromContextOrDie(ctx context.Context) string + func RecoderFromContext(ctx context.Context) (record.EventRecorder, bool) + func RecorderFromContextOrDie(ctx context.Context) record.EventRecorder + func WithEnv(ctx context.Context, e string) context.Context + func WithRecorder(ctx context.Context, recorder record.EventRecorder) context.Context