Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectBuildEnvironments ¶
func DetectBuildEnvironments(log *log.GitSourceLogger, gitSource *v1alpha1.GitSource, secretProvider *git.SecretProvider) (*v1alpha1.BuildEnvStats, error)
DetectBuildEnvironments detects build tools and languages using the secret provided by the SecretProvider in the git repository defined by the given v1alpha1.GitSource
func DetectBuildEnvironmentsWithSecret ¶
func DetectBuildEnvironmentsWithSecret(log *log.GitSourceLogger, gitSource *v1alpha1.GitSource, secret git.Secret) (*v1alpha1.BuildEnvStats, error)
DetectBuildEnvironmentsWithSecret detects build tools and languages using the given secret in the git repository defined by the given v1alpha1.GitSource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.