AcceleratorGitRepository interface
Properties
auth |
Properties of the auth setting payload. |
branch | Git repository branch to be used. |
commit | Git repository commit to be used. |
git |
Git repository tag to be used. |
interval |
Interval for checking for updates to Git or image repository. |
sub |
Folder path inside the git repository to consider as the root of the accelerator or fragment. |
url | Git repository URL for the accelerator. |
Property Details
authSetting
Properties of the auth setting payload.
authSetting: AcceleratorAuthSettingUnion
Property Value
branch
Git repository branch to be used.
branch?: string
Property Value
string
commit
Git repository commit to be used.
commit?: string
Property Value
string
gitTag
Git repository tag to be used.
gitTag?: string
Property Value
string
intervalInSeconds
Interval for checking for updates to Git or image repository.
intervalInSeconds?: number
Property Value
number
subPath
Folder path inside the git repository to consider as the root of the accelerator or fragment.
subPath?: string
Property Value
string
url
Git repository URL for the accelerator.
url: string
Property Value
string