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

Function IsPodPrimary

pkg/specs/pg_pods.go:49–51  ·  view source on GitHub ↗

IsPodPrimary check if a certain pod belongs to a primary

(pod corev1.Pod)

Source from the content-addressed store, hash-verified

47
48// IsPodPrimary check if a certain pod belongs to a primary
49func IsPodPrimary(pod corev1.Pod) bool {
50 return IsPrimary(pod.ObjectMeta)
51}
52
53// IsPrimary check if a certain resource belongs to a primary
54func IsPrimary(meta metav1.ObjectMeta) bool {

Callers 12

reconcileDeletePodsFunction · 0.92
GetInstancePodsFunction · 0.92
findDeletableInstanceFunction · 0.92
AssertPvcHasLabelsFunction · 0.92
AssertNewPrimaryFunction · 0.92
metrics_test.goFile · 0.92
eviction_test.goFile · 0.92
OfflineResizePVCFunction · 0.92
IsPodStandbyFunction · 0.85

Calls 1

IsPrimaryFunction · 0.85

Tested by 1

OfflineResizePVCFunction · 0.74