Versions in this module Expand all Collapse all v0 v0.8.0 Sep 7, 2026 Changes in this version + func InjectUruncAnnotations(ctx context.Context, session *Session, bundlePath string) error + type Session struct + func OpenSession(ctx context.Context, address, containerID string) (*Session, error) + func (s *Session) Close() error + func (s *Session) GetContainer() *containersapi.Container + func (s *Session) GetContainerID() string + func (s *Session) GetNamespace() string