Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CrunchyData/postgres-operator
/ Bool
Function
Bool
internal/initialize/primitives.go:8–8 ·
view source on GitHub ↗
Bool returns a pointer to v.
(v bool)
Source
from the content-addressed store, hash-verified
6
7
// Bool returns a pointer to v.
8
func
Bool(v bool) *bool {
return
&v }
9
10
// FromPointer returns the value that p points to.
11
// When p is nil, it returns the zero value of T.
Callers
15
TestPopulateShutdown
Function · 0.92
TestGenerateInstanceStatefulSetIntent
Function · 0.92
fakePostgresCluster
Function · 0.92
TestCopyConfigurationResources
Function · 0.92
TestGenerateRepoHostIntent
Function · 0.92
TestGenerateRestoreJobIntent
Function · 0.92
TestObserveRestoreEnv
Function · 0.92
TestReconcileVolumeSnapshots
Function · 0.92
TestGetSnapshotWithLatestError
Function · 0.92
TestGetLatestReadySnapshot
Function · 0.92
reconcileInstanceRBAC
Method · 0.92
generatePGBouncerDeployment
Method · 0.92
Calls
no outgoing calls
Tested by
14
TestPopulateShutdown
Function · 0.74
TestGenerateInstanceStatefulSetIntent
Function · 0.74
fakePostgresCluster
Function · 0.74
TestCopyConfigurationResources
Function · 0.74
TestGenerateRepoHostIntent
Function · 0.74
TestGenerateRestoreJobIntent
Function · 0.74
TestObserveRestoreEnv
Function · 0.74
TestReconcileVolumeSnapshots
Function · 0.74
TestGetSnapshotWithLatestError
Function · 0.74
TestGetLatestReadySnapshot
Function · 0.74
TestGeneratePGBouncerDeployment
Function · 0.74
TestReconcilePostgresVolumes
Function · 0.74