marvin

package
v0.5.0-alpha1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(log logr.Logger, bs []byte) ([]*v1alpha1.ClusterIssueSpec, error)

Types

type CheckResult

type CheckResult struct {
	ID       string              `json:"id"`
	Message  string              `json:"message"`
	Severity string              `json:"severity"`
	Status   string              `json:"status"`
	Failed   map[string][]string `json:"failed"`
	Errors   []string            `json:"errors"`
}

type Report

type Report struct {
	Checks []CheckResult     `json:"checks"`
	GVRs   map[string]string `json:"gvrs"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL