Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.29 KB

GitArtifact.md

File metadata and controls

21 lines (14 loc) · 1.29 KB

GitArtifact

GitArtifact is the location of an git artifact

Properties

Name Type Description Notes
depth Integer Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip [optional]
disableSubmodules Boolean DisableSubmodules disables submodules during git clone [optional]
fetch List<String> Fetch specifies a number of refs that should be fetched before checkout [optional]
insecureIgnoreHostKey Boolean InsecureIgnoreHostKey disables SSH strict host key checking during git clone [optional]
passwordSecret io.kubernetes.client.openapi.models.V1SecretKeySelector [optional]
repo String Repo is the git repository
revision String Revision is the git commit, tag, branch to checkout [optional]
sshPrivateKeySecret io.kubernetes.client.openapi.models.V1SecretKeySelector [optional]
usernameSecret io.kubernetes.client.openapi.models.V1SecretKeySelector [optional]