(r int64)
| 487 | } |
| 488 | |
| 489 | func revisionNotFoundErr(r int64) error { |
| 490 | return fmt.Errorf("unable to find specified revision %v in history", r) |
| 491 | } |
| 492 | |
| 493 | // TODO: copied from daemon controller, should extract to a library |
| 494 | type historiesByRevision []*appsv1.ControllerRevision |
no outgoing calls
no test coverage detected
searching dependent graphs…