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) · 1022 Bytes

IoArgoprojEventsV1alpha1GitArtifact.md

File metadata and controls

21 lines (14 loc) · 1022 Bytes

IoArgoprojEventsV1alpha1GitArtifact

Properties

Name Type Description Notes
branch String [optional]
cloneDirectory String Directory to clone the repository. We clone complete directory because GitArtifact is not limited to any specific Git service providers. Hence we don't use any specific git provider client. [optional]
creds IoArgoprojEventsV1alpha1GitCreds [optional]
filePath String [optional]
ref String [optional]
remote IoArgoprojEventsV1alpha1GitRemoteConfig [optional]
sshKeyPath String [optional]
sshKeySecret io.kubernetes.client.openapi.models.V1SecretKeySelector [optional]
tag String [optional]
url String [optional]