Versions in this module Expand all Collapse all v1 v1.20.1 May 18, 2022 v1.20.0 Apr 28, 2022 Changes in this version + const JSONAlpha1Output + const TextOutput + func GetExternalValidatorEntrypoints(entrypoints string) ([]string, bool) + func RunExternalValidators(ctx context.Context, entrypoints []string, bundleRoot string) ([]apierrors.ManifestResult, error) + type Output struct + Message string + Type string + type Result struct + Outputs []Output + Passed bool + func Combine(results ...Result) (r Result, err error) + func NewResult() *Result + func (r *Result) AddError(err error) + func (r *Result) AddInfo(msg string) + func (r *Result) AddManifestResults(results ...apierrors.ManifestResult) + func (r *Result) AddWarn(err error) + func (r *Result) Combine(results ...Result) error + func (r *Result) PrintWithFormat(format string) (failed bool, err error)