Files
c/kubernetes/docs/v1_git_repo_volume_source.md
Kubernetes Prow Robot cf0538fd4d Automated openapi generation from release-1.24
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2022-06-05 18:16:17 +00:00

777 B

v1_git_repo_volume_source_t

Properties

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

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