Versions in this module Expand all Collapse all v0 v0.1.3 Sep 9, 2026 v0.1.2 Sep 3, 2026 Changes in this version type Dir + func (d *Dir) Readable() error v0.1.1 Aug 26, 2026 Changes in this version + func IDFromFile(name string) (string, bool) + func IsID(name string) bool + type Dir struct + func NewDir(path string, kind Kind) (*Dir, error) + func (d *Dir) List(ctx context.Context) ([]*File, error) + func (d *Dir) Read(ID string) (*File, error) + func (d *Dir) Watch(ctx context.Context, reporter *source.Reporter) error + type File struct + Appname string + Cgroup string + CoreID string + Entrypoint string + HealthCheck *healthCheck + ID string + Ident string + Iface string + Kind Kind + Labels map[string]string + Log logSource + NetnsPID int + Networks map[string]string + Nodename string + Podname string + func (f *File) Workload(running bool) *source.Workload + type Kind string + const KindProcess + const KindVM