Files
c/kubernetes/docs/v1_git_repo_volume_source.md
2021-03-17 16:50:46 +08:00

737 B

v1_git_repo_volume_source_t

Properties

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

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