Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CrunchyData/postgres-operator
/ Int32
Function
Int32
internal/initialize/primitives.go:21–21 ·
view source on GitHub ↗
Int32 returns a pointer to v.
(v int32)
Source
from the content-addressed store, hash-verified
19
20
// Int32 returns a pointer to v.
21
func
Int32(v int32) *int32 {
return
&v }
22
23
// Int64 returns a pointer to v.
24
func
Int64(v int64) *int64 {
return
&v }
Callers
15
Default
Method · 0.92
generateUpgradeJob
Method · 0.92
generateRemoveDataJob
Method · 0.92
TestStoreDesiredRequest
Function · 0.92
TestLimitIsSet
Function · 0.92
TestSetVolumeSize
Function · 0.92
TestGetDesiredVolumeSize
Function · 0.92
TestGenerateInstanceStatefulSetIntent
Function · 0.92
TestCleanupDisruptionBudgets
Function · 0.92
testCluster
Function · 0.92
dedicatedSnapshotVolumeRestore
Method · 0.92
fakePostgresCluster
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestStoreDesiredRequest
Function · 0.74
TestLimitIsSet
Function · 0.74
TestSetVolumeSize
Function · 0.74
TestGetDesiredVolumeSize
Function · 0.74
TestGenerateInstanceStatefulSetIntent
Function · 0.74
TestCleanupDisruptionBudgets
Function · 0.74
testCluster
Function · 0.74
fakePostgresCluster
Function · 0.74
TestGenerateBackupJobIntent
Function · 0.74
TestReconcilerRolloutInstances
Function · 0.74
TestGeneratePGBouncerService
Function · 0.74
TestReconcilePGBouncerService
Function · 0.74