mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: add deprecation warning for Swarm integration in SwarmController
This commit is contained in:
parent
19de0e1e9d
commit
53d6114fc1
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class SwarmController(Controller):
|
|||
self.__swarm_instances = []
|
||||
self.__swarm_services = []
|
||||
self.__swarm_configs = []
|
||||
self._logger.warning("Swarm integration is deprecated and will be removed in a future release")
|
||||
|
||||
def _get_controller_instances(self) -> List[Service]:
|
||||
self.__swarm_instances = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue