Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 788 Bytes

GitRepoVolumeSource.md

File metadata and controls

12 lines (8 loc) · 788 Bytes

GitRepoVolumeSource

Properties

Name Type Description Notes
directory str directory is the 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 [optional]
repository str repository is the URL [optional]
revision str revision is the commit hash for the specified revision. +optional [optional]

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