Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GuestAddonsDir is the default path of the addons configuration GuestAddonsDir = "/etc/kubernetes/addons" // GuestManifestsDir is where the kubelet should look for static Pod manifests GuestManifestsDir = "/etc/kubernetes/manifests" // GuestEphemeralDir is the path where ephemeral data should be stored within the VM GuestEphemeralDir = "/var/tmp/minikube" // GuestPersistentDir is the path where persistent data should be stored within the VM (not tmpfs) GuestPersistentDir = "/var/lib/minikube" // GuestBackupDir is the path where persistent backup data should be stored within the VM (not tmpfs) GuestBackupDir = GuestPersistentDir + "/backup" // GuestKubernetesCertsDir are where Kubernetes certificates are stored GuestKubernetesCertsDir = GuestPersistentDir + "/certs" // GuestCertAuthDir is where system CA certificates are installed to GuestCertAuthDir = "/usr/share/ca-certificates" // GuestCertStoreDir is where system SSL certificates are installed GuestCertStoreDir = "/etc/ssl/certs" // GuestGvisorDir is where gvisor bootstraps from GuestGvisorDir = "/tmp/gvisor" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.