Documentation ¶
Index ¶
- Constants
- Variables
- func Clean(ctx context.Context)
- func FromContext(ctx context.Context) *repo.File
- func GetChartManifest(ctx context.Context, chartName string, version string, unstable bool) (*chart.Metadata, error)
- func GetRepoUrl(version string, repoUrl string) string
- func NewRepo(version string, repoUrl string) (*repo.Entry, error)
- func UnstableRepoName() string
- func WithRepository(ctx context.Context, entry *repo.Entry) (context.Context, error)
- type ChartOptions
- type YamlDoc
Constants ¶
View Source
const ( HelmRepoName = "karavel" HelmDefaultRepo = "https://repository.platform.karavel.io" )
Variables ¶
View Source
var ErrVersionEmpty = fmt.Errorf("version cannot be empty")
Functions ¶
func Clean ¶ added in v0.3.0
Clean removes all the temporary directories that have been used by Helm
func GetChartManifest ¶
func GetRepoUrl ¶
func UnstableRepoName ¶
func UnstableRepoName() string
Types ¶
type ChartOptions ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.