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

Method GetArchitecture

pkg/management/postgres/instance.go:1382–1384  ·  view source on GitHub ↗

GetArchitecture returns the runtime architecture

()

Source from the content-addressed store, hash-verified

1380
1381// GetArchitecture returns the runtime architecture
1382func (instance *Instance) GetArchitecture() string {
1383 return runtime.GOARCH
1384}
1385
1386// RequestFastImmediateShutdown request the lifecycle manager to shut down
1387// PostgreSQL using the fast strategy and then the immediate strategy.

Callers 2

GetStatusMethod · 0.95
FromReaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected