Rename podUpdates updates param -> podUpdatesBypass

This commit is contained in:
Dr. Stefan Schimanski
2015-11-09 12:01:51 +01:00
parent 91c5c2d3b6
commit 12efba8ce8
3 changed files with 6 additions and 7 deletions

View File

@@ -19,12 +19,11 @@ package scheduler
// Created from contrib/mesos/docs/scheduler.monopic:
//
//
// ┌───────────────────────────────────────────────────────────────────────┐
// │ ┌───────────────────────────────────────┐ ┌─┴──────────────────────┐ ┌───────────────┐
// ┌─────▼─────┐ │Queuer │ Await() │ podUpdates │ │ │
// │ updates │ │- Yield() *api.Pod ├──pod CRUD ─▶ (queue.HistoricalFIFO) ◀──reflector──▶pods ListWatch ├──apiserver──▶
// └─────▲─────┘ │- Requeue(pod)/Dequeue(id)/Reoffer(pod)│ events │ │ │ │
// ┌────────▼─────────┐ │Queuer │ Await() │ podUpdates │ │ │
// │ podUpdatesBypass │ │- Yield() *api.Pod ├──pod CRUD ─▶ (queue.HistoricalFIFO) ◀──reflector──▶pods ListWatch ├──apiserver──▶
// └────────▲─────────┘ │- Requeue(pod)/Dequeue(id)/Reoffer(pod)│ events │ │ │ │
// │ └───────────────────▲───────────────────┘ └───────────┬────────────┘ └───────────────┘
// │ │ │
// │ │ │