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:
parent
f3b8a9dc85
commit
3a066d0cd8
6 changed files with 24 additions and 17 deletions
|
@ -15,3 +15,8 @@ export const KubernetesDeployRequestMethods = Object.freeze({
|
|||
STRING: 'string',
|
||||
URL: 'url',
|
||||
});
|
||||
|
||||
export const RepositoryMechanismTypes = Object.freeze({
|
||||
WEBHOOK: 'Webhook',
|
||||
INTERVAL: 'Interval',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue