Versions in this module Expand all Collapse all v1 v1.8.0 Dec 5, 2025 v1.7.0 Sep 23, 2025 Changes in this version + func AssertNamespaceFn(ctx context.Context, logger *slog.Logger, kube k8s.Interface, namespace string) (monitorQueueFn, error) + type Interface interface + Collect func(context.Context, *resource.Info) error + Watch func(time.Duration) error + type Monitor struct + func NewMonitor(logger *slog.Logger, kube k8s.Interface) *Monitor + func (m *Monitor) Collect(ctx context.Context, r *resource.Info) error + func (m *Monitor) Watch(timeout time.Duration) error