Documentation ¶
Overview ¶
decorate is a library for adding to a user-provided PodSpec in order to create a full Pod that will fulfill a test job
Index ¶
Constants ¶
View Source
const ( TestContainerName = "test" LogMountName = "logs" LogMountPath = "/logs" ArtifactsEnv = "ARTIFACTS" ArtifactsPath = LogMountPath + "/artifacts" CodeMountName = "code" CodeMountPath = "/home/prow/go" GopathEnv = "GOPATH" ToolsMountName = "tools" ToolsMountPath = "/tools" GcsCredentialsMountName = "gcs-credentials" GcsCredentialsMountPath = "/secrets/gcs" )
Variables ¶
This section is empty.
Functions ¶
func ProwJobToPod ¶
ProwJobToPod converts a ProwJob to a Pod that will run the tests.
func VolumeMountPaths ¶
func VolumeMountPaths() []string
func VolumeMounts ¶
func VolumeMounts() []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.