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
Click to show internal directories.
Click to hide internal directories.