helm

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2018 License: MPL-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrReleaseNotFound = errors.New("release not found")

ErrReleaseNotFound is the error when a Helm release is not found

View Source
var ErrRepositoryNotFound = errors.New("repository not found")

ErrRepositoryNotFound is the error when a Helm repository is not found

Functions

func Provider

func Provider() terraform.ResourceProvider

Provider returns the provider schema to Terraform.

Types

type Meta

type Meta struct {
	Settings         *helm_env.EnvSettings
	TLSConfig        *tls.Config
	K8sClient        kubernetes.Interface
	K8sConfig        *rest.Config
	Tunnel           *kube.Tunnel
	DefaultNamespace string

	// Mutex used for lock the Tiller installation and Tunnel creation.
	sync.Mutex
	// contains filtered or unexported fields
}

Meta is the meta information structure for the provider

func NewMeta added in v0.3.2

func NewMeta(d *schema.ResourceData) (*Meta, error)

NewMeta will construct a new Meta from the provided ResourceData

func (*Meta) GetHelmClient added in v0.2.0

func (m *Meta) GetHelmClient() (helm.Interface, error)

GetHelmClient will return a new Helm client

Jump to

Keyboard shortcuts

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