Documentation ¶
Index ¶
Constants ¶
View Source
const (
KIND = "helm"
)
Variables ¶
View Source
var VersionMap = types.NewSemVerEntryFactoryMap()
Functions ¶
Types ¶
type BaseHelmType ¶
func (*BaseHelmType) CreateProposedEntry ¶
func (it *BaseHelmType) CreateProposedEntry(ctx context.Context, version string, props types.ArtifactProperties) (models.ProposedEntry, error)
func (BaseHelmType) DefaultVersion ¶
func (it BaseHelmType) DefaultVersion() string
func (BaseHelmType) UnmarshalEntry ¶
func (it BaseHelmType) UnmarshalEntry(pe models.ProposedEntry) (types.EntryImpl, error)
type Provenance ¶
type Provenance struct { ChartMetadata map[string]string SumCollection *SumCollection Block *clearsign.Block }
func (*Provenance) GetChartAlgorithmHash ¶ added in v0.4.0
func (p *Provenance) GetChartAlgorithmHash() (string, string, error)
Click to show internal directories.
Click to hide internal directories.