1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(app/edge-stack): ability to prune containers on edge stack update (#216)

This commit is contained in:
LP B 2024-12-10 22:54:02 +01:00 committed by GitHub
parent ce7e0d8d60
commit 52c90d4d0a
2 changed files with 9 additions and 3 deletions

View file

@ -329,9 +329,6 @@ type (
DeploymentType EdgeStackDeploymentType `json:"DeploymentType"`
// Uses the manifest's namespaces instead of the default one
UseManifestNamespaces bool
// Deprecated
Prune bool `json:"Prune,omitempty"`
}
EdgeStackDeploymentType int