github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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