Documentation
¶
Index ¶
Constants ¶
View Source
const ( FileKubeconfig = "abctl.kubeconfig" // PvMinio is the persistent volume directory for Minio storage. PvMinio = "airbyte-minio-pv" // PvLocal is the persistent volume directory for Local storage. PvLocal = "airbyte-local-pv" // PvPsql is the persistent volume directory for Psql storage. PvPsql = "airbyte-volume-db" )
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.
Click to show internal directories.
Click to hide internal directories.