MCPcopy Index your code
hub / github.com/operator-framework/operator-sdk / Error

Method Error

internal/olm/client/client.go:75–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (e podErrors) Error() string {
76 var sb strings.Builder
77 for _, i := range e {
78 sb.WriteString(fmt.Sprintf("\tpod %s has error: %s\n", i.name, i.issue))
79 }
80 return sb.String()
81}
82
83func init() {
84 if err := olmapiv1alpha1.AddToScheme(Scheme); err != nil {

Callers 15

ReconcileMethod · 0.45
mainFunction · 0.45
ReconcileMethod · 0.45
mainFunction · 0.45
TestFragment_LoadEntriesFunction · 0.45

Calls 1

StringMethod · 0.45