1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 05:15:25 +02:00

added RepositoryMechanismTypes constant

This commit is contained in:
Felix Han 2021-09-07 00:28:39 +12:00
parent f3b8a9dc85
commit 3a066d0cd8
6 changed files with 24 additions and 17 deletions

View file

@ -15,3 +15,8 @@ export const KubernetesDeployRequestMethods = Object.freeze({
STRING: 'string',
URL: 'url',
});
export const RepositoryMechanismTypes = Object.freeze({
WEBHOOK: 'Webhook',
INTERVAL: 'Interval',
});