chartutil

package
v0.0.0-...-fcf42dd Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

tonyaw: refer to "kubernetes/helm/pkg/chartutil/load.go"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(c *swift.Connection, container, name string) (*chart.Chart, error)

Load takes a string name, tries to resolve it to a file or directory, and then loads it.

This is the preferred way to load a chart. It will discover the chart encoding and hand off to the appropriate chart reader.

If a .helmignore file is present, the directory loader will skip loading any files matching it. But .helmignore is not evaluated when reading out of an archive.

func LoadDir

func LoadDir(dir string) (*chart.Chart, error)

LoadDir loads from a directory.

This loads charts only from directories. tonyaw.TBD: do we still need "LoadDir" for swift?

func LoadFile

func LoadFile(c *swift.Connection, container, name string) (*chart.Chart, error)

LoadFile loads from an archive file.

Types

This section is empty.

Jump to

Keyboard shortcuts

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