mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(edge-stack) make protainer compatible with previous agent EE-5614 (#9220)
This commit is contained in:
parent
8c533bee67
commit
7acd1080ad
3 changed files with 42 additions and 6 deletions
|
@ -14,6 +14,9 @@ type (
|
|||
// Name of the stack
|
||||
Name string
|
||||
|
||||
// Content of the stack file (for compatibility to agent version less than 2.19.0)
|
||||
StackFileContent string
|
||||
|
||||
// Content of stack folder
|
||||
DirEntries []filesystem.DirEntry
|
||||
// Name of the stack entry file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue