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