provider

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const GET_HELM_URL = "https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3"

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Types

type KubeAuth

type KubeAuth struct {
	KubeAPIServer             string
	KubeAsGroup               string
	KubeAsUser                string
	KubeCAFile                string
	KubeContext               string
	KubeInsecureSkipTLSVerify bool
	KubeTLSServerName         string
	KubeToken                 string
	Kubeconfig                string
}

type ProviderConfig

type ProviderConfig struct {
	HelmBinPath string
	GitBinPath  string
	HelmVersion string
	CacheDir    string
	KubeAuth    KubeAuth
	HelmCmd     func(args ...string) *exec.Cmd
}

Jump to

Keyboard shortcuts

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