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

Method GetConfig

pkg/postgres/configuration.go:701–703  ·  view source on GitHub ↗

GetConfig retrieves a configuration from the map of configurations, given the key

(key string)

Source from the content-addressed store, hash-verified

699
700// GetConfig retrieves a configuration from the map of configurations, given the key
701func (p *PgConfiguration) GetConfig(key string) string {
702 return p.configs[key]
703}
704
705// CreatePostgresqlConfiguration creates the configuration from the settings
706// and the default values

Callers 9

setDynamicLibraryPathMethod · 0.95
GetDiscoveryClientFunction · 0.80
checkFixedSettingsFunction · 0.80
checkArchiveModeFunction · 0.80
checkAlterSystemFunction · 0.80
RunControllerFunction · 0.80

Calls

no outgoing calls

Tested by 3

checkFixedSettingsFunction · 0.64
checkArchiveModeFunction · 0.64
checkAlterSystemFunction · 0.64