IsWalArchivingDisabled returns a boolean indicating if PostgreSQL not archive WAL files
(object *metav1.ObjectMeta)
| 546 | // IsWalArchivingDisabled returns a boolean indicating if PostgreSQL not archive |
| 547 | // WAL files |
| 548 | func IsWalArchivingDisabled(object *metav1.ObjectMeta) bool { |
| 549 | return object.Annotations[SkipWalArchiving] == string(annotationStatusEnabled) |
| 550 | } |
| 551 | |
| 552 | // IsPasswordPassthroughEnabled reports whether the given Secret's metadata |
| 553 | // opts the role reconciler out of client-side SCRAM-SHA-256 encoding and |
no outgoing calls
no test coverage detected