mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
docs(custom-templates): add missing parameters [EE-5233] (#8865)
This commit is contained in:
parent
426c132f97
commit
2383d243d5
2 changed files with 25 additions and 10 deletions
|
@ -177,8 +177,11 @@ type (
|
|||
Platform CustomTemplatePlatform `json:"Platform" example:"1" enums:"1,2"`
|
||||
// URL of the template's logo
|
||||
Logo string `json:"Logo" example:"https://cloudinovasi.id/assets/img/logos/nginx.png"`
|
||||
// Type of created stack (1 - swarm, 2 - compose)
|
||||
Type StackType `json:"Type" example:"1"`
|
||||
// Type of created stack:
|
||||
// * 1 - swarm
|
||||
// * 2 - compose
|
||||
// * 3 - kubernetes
|
||||
Type StackType `json:"Type" example:"1" enums:"1,2,3"`
|
||||
ResourceControl *ResourceControl `json:"ResourceControl"`
|
||||
Variables []CustomTemplateVariableDefinition
|
||||
GitConfig *gittypes.RepoConfig `json:"GitConfig"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue