MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / Error

Method Error

internal/cmd/plugin/psql/psql.go:210–212  ·  view source on GitHub ↗

Error implements the error interface

()

Source from the content-addressed store, hash-verified

208
209// Error implements the error interface
210func (err *ErrMissingPod) Error() string {
211 return fmt.Sprintf("cannot find Pod with role \"%s\"", err.role)
212}

Callers 15

evaluateQuorumCheckMethod · 0.45
ReconcileMethod · 0.45
reconcileMethod · 0.45
reconcileResourcesMethod · 0.45
reconcilePodsMethod · 0.45
mapSecretsToClustersMethod · 0.45
mapPoolersToClustersMethod · 0.45
mapNodeToClustersMethod · 0.45
ReconcileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected