github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/worker/containerbroker/doc.go (about) 1 // Copyright 2019 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // Package containerbroker worker sole responsibility is to manage the lifecycle 5 // of a instance-broker. Configuration of the instance-broker relies on talking 6 // to the provisioner to ensure that we correctly configure the correct 7 // availability zones. Failure to do so, will result in an error. 8 // 9 // The instance-broker is created for LXD types only and any other container 10 // types cause the worker to uninstall itself. 11 package containerbroker