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() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.