github.com/uchennaokeke444/nomad@v0.11.8/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