Documentation ¶ Index ¶ Variables func VolumeName(secretName string) string type Builder Constants ¶ This section is empty. Variables ¶ View Source var ( VolumePath = "/var/build-secrets" ) Mutable for testing. Functions ¶ func VolumeName ¶ func VolumeName(secretName string) string Types ¶ type Builder ¶ type Builder interface { // MatchingAnnotations extracts flags for the credential // helper from the supplied secret and returns a slice (of // length 0 or greater) of applicable domains. MatchingAnnotations(*corev1.Secret) []string Write() error } Source Files ¶ initialize.go Directories ¶ Show internal Expand all Path Synopsis dockercreds gitcreds Click to show internal directories. Click to hide internal directories.