Versions in this module Expand all Collapse all v1 v1.0.1 Nov 27, 2022 v1.0.0 Nov 27, 2022 Changes in this version + const HelmStorageType + type Storage struct + Log func(string, ...interface{}) + MaxHistory int + func Init(d driver.Driver) *Storage + func (s *Storage) Create(rls *rspb.Release) error + func (s *Storage) Delete(name string, version int) (*rspb.Release, error) + func (s *Storage) Deployed(name string) (*rspb.Release, error) + func (s *Storage) DeployedAll(name string) ([]*rspb.Release, error) + func (s *Storage) Get(name string, version int) (*rspb.Release, error) + func (s *Storage) History(name string) ([]*rspb.Release, error) + func (s *Storage) Last(name string) (*rspb.Release, error) + func (s *Storage) ListDeployed() ([]*rspb.Release, error) + func (s *Storage) ListReleases() ([]*rspb.Release, error) + func (s *Storage) ListUninstalled() ([]*rspb.Release, error) + func (s *Storage) Update(rls *rspb.Release) error