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

Method IsReady

pkg/management/postgres/instance.go:276–278  ·  view source on GitHub ↗

IsReady runs PgIsReady

()

Source from the content-addressed store, hash-verified

274
275// IsReady runs PgIsReady
276func (instance *Instance) IsReady() error {
277 return PgIsReady()
278}
279
280// IsFenced checks whether the instance is marked as fenced
281func (instance *Instance) IsFenced() bool {

Callers

nothing calls this directly

Calls 1

PgIsReadyFunction · 0.85

Tested by

no test coverage detected