Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 719 Bytes

V1GitRepoVolumeSource.md

File metadata and controls

12 lines (8 loc) · 719 Bytes

V1GitRepoVolumeSource

Properties

Name Type Description Notes
directory str Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. [optional]
repository str Repository URL
revision str Commit hash for the specified revision. [optional]

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