util

package
v0.0.0-...-56466e5 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// HelmIndexFilename is the filename of the repository index file
	HelmIndexFilename = "index.yaml"
)

Functions

This section is empty.

Types

type AwsUtil

type AwsUtil interface {
	Sync(source string, target string) error
}

AwsUtil wraps the cli for functionality not in the sdk

func NewAwsUtil

func NewAwsUtil(debug bool) AwsUtil

NewAwsUtil creates a new AwsUtil

type HelmUtil

type HelmUtil interface {
	GenerateIndex(baseURL string, path string) error
	ReadIndex(path string) (io.ReadSeeker, error)
}

HelmUtil is a wrapper for helm functionality

func NewHelmUtil

func NewHelmUtil(debug bool) HelmUtil

NewHelmUtil creates a new HelmUtil

Jump to

Keyboard shortcuts

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