config

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(path string, result interface{}) error

Types

type AgentConfig

type AgentConfig struct {
	WorkDir            string `json:"workDirectory,omitempty"`
	LocalPlanDir       string `json:"localPlanDirectory,omitempty"`
	RemoteEnabled      bool   `json:"remoteEnabled,omitempty"`
	ConnectionInfoFile string `json:"connectionInfoFile,omitempty"`
}

type ConnectionInfo

type ConnectionInfo struct {
	KubeConfig string `json:"kubeConfig"`
	Namespace  string `json:"namespace"`
	SecretName string `json:"secretName"`
}

Jump to

Keyboard shortcuts

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