Closed rorosen closed 3 months ago
Replace leftovers of Event::Restarted with Event::Init in watcher code documentation.
The code documentation in watcher.rs still mentions events of type Event::Restarted, although it seems not to exist anymore since https://github.com/kube-rs/kube/pull/1499 was merged.
Event::Restarted
Replace both occurrences of Event::Restarted with Event::Init.
Event::Init
Replace leftovers of Event::Restarted with Event::Init in watcher code documentation.
Motivation
The code documentation in watcher.rs still mentions events of type
Event::Restarted
, although it seems not to exist anymore since https://github.com/kube-rs/kube/pull/1499 was merged.Solution
Replace both occurrences of
Event::Restarted
withEvent::Init
.