Versions in this module Expand all Collapse all v0 v0.1.1 May 27, 2026 v0.1.0 May 26, 2026 Changes in this version + type Manager struct + func NewManager(clusterName string) (*Manager, error) + func (m *Manager) AddEntry(ctx context.Context, nodeName string) error + func (m *Manager) EnsureContainer(ctx context.Context) (string, error) + func (m *Manager) RemoveEntry(ctx context.Context, nodeName string) error + func (m *Manager) StopContainer(ctx context.Context) error