GitArtifact is the location of an git artifact
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] |