MCPcopy
hub / github.com/operator-framework/operator-sdk / Error

Method Error

internal/registry/labels.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30type MetadataNotFoundError string
31
32func (e MetadataNotFoundError) Error() string {
33 return fmt.Sprintf("metadata not found in %s", string(e))
34}
35
36// Labels is a set of key:value labels from an operator-registry object.
37type LabelsMap map[string]string

Callers 2

ValidateBundleContentFunction · 0.45
labels_test.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected