Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Keep in sync with internal/controller/agentrun_pod.go. SharedContextVolumeName = "shared-context" SharedContextMountPath = "/plural/shared" // CertsVolumePath is where the dind sidecar generates TLS material. CertsVolumePath = "/certs" // ClientCertsPath is the client cert directory consumed by the Docker CLI. ClientCertsPath = CertsVolumePath + "/client" // ClientCertStagingDir is a harness-local copy readable by the agent uid and Codex sandbox. ClientCertStagingDir = "/tmp/plural-docker-certs" DockerHostEnv = "DOCKER_HOST" )
Variables ¶
This section is empty.
Functions ¶
func RepositoryDir ¶
func RepositoryDir() string
RepositoryDir returns the absolute path to the cloned repository.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.