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() (*Manager, error) + func (m *Manager) Create(ctx context.Context, name, subnet string) error + func (m *Manager) EnsureClusterNetwork(ctx context.Context, clusterName string) error + func (m *Manager) GetSubnet(ctx context.Context, name string) (string, error) + func (m *Manager) Remove(ctx context.Context, name string) error