provider

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 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

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

func NewKubeconfig

func NewKubeconfig(d *schema.ResourceData) Kubeconfig

func (Kubeconfig) AsString

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

type KubeconfigConnInfo

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

func (KubeconfigConnInfo) HasValues

func (a KubeconfigConnInfo) HasValues() bool

func (*KubeconfigConnInfo) StripIndentInCerts

func (a *KubeconfigConnInfo) StripIndentInCerts() error

Jump to

Keyboard shortcuts

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