diff --git a/pkg/util/cmapichecker/cmapichecker.go b/pkg/util/cmapichecker/cmapichecker.go index 8a9fbd9ce..3662d246a 100644 --- a/pkg/util/cmapichecker/cmapichecker.go +++ b/pkg/util/cmapichecker/cmapichecker.go @@ -103,7 +103,7 @@ func (o *cmapiChecker) Check(ctx context.Context) error { return nil } -// This translateToSimpleError function detects errors based on the error message. +// TranslateToSimpleError detects errors based on the error message. // It tries to map these error messages to a better understandable error message that // explains what is wrong. If it cannot create a simple error, it will return nil. // ErrCertManagerCRDsNotFound: