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

13 lines
777 B
Markdown

# 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 &#39;..&#39;. If &#39;.&#39; 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)