MCPcopy
hub / github.com/kubernetes/kubectl / revisionNotFoundErr

Function revisionNotFoundErr

pkg/polymorphichelpers/rollback.go:489–491  ·  view source on GitHub ↗
(r int64)

Source from the content-addressed store, hash-verified

487}
488
489func 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
494type historiesByRevision []*appsv1.ControllerRevision

Callers 4

RollbackMethod · 0.85
deploymentRevisionFunction · 0.85
RollbackMethod · 0.85
RollbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…