This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Ensure that all common.Runnables have implemented the required methods #55
Labels
good first issue
Good for newcomers
The
common.Runnable
interface requires several methods to be implemented. This issue has a few parts:(1) Ensure that all required methods are implemented (example: implement the methods at
osm-health/pkg/kubernetes/pod/containers.go
Lines 47 to 55 in e79f267
(2) Ensure that
common.Runnable
outcomes structs contain the newly implementedSuggestions()
andFixIt()
osm-health/pkg/common/runner.go
Lines 7 to 11 in fae1393
(3) Ensure that suggestions and fixit are printed here: https://github.com/openservicemesh/osm-health/blob/main/pkg/common/printer.go
The text was updated successfully, but these errors were encountered: