# Functions
CopyCredsToHome copies credentials from the /tekton/creds directory into the current Step's HOME directory.
SortAnnotations return sorted array of strings which has annotationPrefix as the prefix in secrets key.
VolumeName returns the full path to the secret, inside the VolumePath.
# Variables
CredsInitCredentials is the complete list of credentials that the legacy credentials helper (aka "creds-init") can write to /tekton/creds.
VolumePath is the path where build secrets are written.
# Interfaces
Builder is the interface for a credential initializer of any type.