provider

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Types

type Kubeconfig added in v0.3.0

type Kubeconfig struct {
	// contains filtered or unexported fields
}

func NewKubeconfig added in v0.4.0

func NewKubeconfig(d *schema.ResourceData) Kubeconfig

func (Kubeconfig) AsString added in v0.3.0

func (c Kubeconfig) AsString() (string, string, error)

type KubeconfigConnInfo added in v0.3.0

type KubeconfigConnInfo struct {
	Server     string
	Username   string
	Password   string
	CACert     string
	ClientCert string
	ClientKey  string
	Token      string
}

func (KubeconfigConnInfo) HasValues added in v0.3.0

func (a KubeconfigConnInfo) HasValues() bool

func (*KubeconfigConnInfo) StripIndentInCerts added in v0.3.0

func (a *KubeconfigConnInfo) StripIndentInCerts() error

Jump to

Keyboard shortcuts

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