helm

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent interface {
	CheckIndex(*repo.ChartRepository) bool
	GetCharts(*repo.ChartRepository) (map[string]repo.ChartVersions, error)
}

Agent is the interface we use to talk to helm packages

type DefaultAgent

type DefaultAgent struct{}

DefaultAgent is the default implementation of the Agent interface

func (DefaultAgent) CheckIndex

func (a DefaultAgent) CheckIndex(r *repo.ChartRepository) bool

CheckIndex checks the index.yaml file at the repo's endpoint

func (DefaultAgent) GetCharts

GetCharts gets all charts from a particular chart repo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL