Files
go/kubernetes/docs/V1GitRepoVolumeSource.md
2019-03-26 08:13:00 -07:00

728 B

V1GitRepoVolumeSource

Properties

Name Type Description Notes
Directory string 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 string Repository URL
Revision string Commit hash for the specified revision. [optional]

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