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

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

V1alpha1GitArtifact.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

V1alpha1GitArtifact

GitArtifact is the location of an git artifact

Properties

Name Type Description Notes
depth int Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip [optional]
fetch list[str] Fetch specifies a number of refs that should be fetched before checkout [optional]
insecure_ignore_host_key bool InsecureIgnoreHostKey disables SSH strict host key checking during git clone [optional]
password_secret V1SecretKeySelector [optional]
repo str Repo is the git repository
revision str Revision is the git commit, tag, branch to checkout [optional]
ssh_private_key_secret V1SecretKeySelector [optional]
username_secret V1SecretKeySelector [optional]

[Back to Model list] [Back to API list] [Back to README]