github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/nomad/deploymentwatcher/doc.go (about) 1 // deploymentwatcher creates and tracks Deployments, which hold meta data describing the 2 // process of upgrading a running job to a new set of Allocations. This encompasses settings 3 // for canary deployments and blue/green rollouts. 4 // 5 // - The watcher is only enabled on the active raft leader. 6 // - func (w *deploymentWatcher) watch() is the main deploymentWatcher process 7 package deploymentwatcher