repository

package
v0.2.50 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2019 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	ReloadCharts() http.Handler
}

func NewAPI

func NewAPI(r Repository, c cf.Client, conf *config.Config, l *logrus.Logger) API

type Repository

type Repository interface {
	GetCharts() ([]*helm.MyChart, error)
	SaveChart(path string) error
	DeleteChart(name string) error
	ClearCache() error
}

func NewRepository

func NewRepository(chartPath string, privateRegistryServer string, logger *logrus.Logger) Repository

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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