paths

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FileKubeconfig = "abctl.kubeconfig"
)

Variables

View Source
var (
	// UserHome is the user's home directory
	UserHome = func() string {
		h, _ := os.UserHomeDir()
		return h
	}()

	// Airbyte is the full path to the ~/.airbyte directory
	Airbyte = airbyte()

	// AbCtl is the full path to the ~/.airbyte/abctl directory
	AbCtl = abctl()

	// Data is the full path to the ~/.airbyte/abctl/data directory
	Data = data()

	// Kubeconfig is the full path to the kubeconfig file
	Kubeconfig = kubeconfig()

	// HelmRepoConfig is the full path to where helm stores
	// its repository configurations.
	HelmRepoConfig = helmRepoConfig()

	// HelmRepoCache is the full path to where helm stores
	// its cached data.
	HelmRepoCache = helmRepoCache()
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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