Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
ErrReleaseNotFound is the error when a Helm release is 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.5.0
func NewMeta(d *schema.ResourceData) (*Meta, error)
NewMeta will construct a new Meta from the provided ResourceData
Source Files
¶
- provider.go
- resource_release.go
- resource_repository.go
Click to show internal directories.
Click to hide internal directories.