GitConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Git repo configuration for a single cluster.
Attributes | |
---|---|
Name | Description |
sync_ |
str
The URL of the Git repository to use as the source of truth. |
sync_ |
str
The branch of the repository to sync from. Default: master. |
policy_ |
str
The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository. |
sync_ |
int
Period in seconds between consecutive syncs. Default: 15. |
sync_ |
str
Git revision (tag or hash) to check out. Default HEAD. |
secret_ |
str
Type of secret configured for access to the Git repo. |
https_ |
str
URL for the HTTPS proxy to be used when communicating with the Git repo. |
gcp_ |
str
The GCP Service Account Email used for auth when secret_type is gcpServiceAccount. |