postgres-operator/pkg/cluster
Felix Kunde 654d22d04a
Configure annotations to be ignored in comparisons during sync (#1823)
* feat: add ignored annotations when comparing during sync

Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
Co-authored-by: Moshe Immerman <moshe@flanksource.com>
2022-03-24 18:38:37 +01:00
..
cluster.go Configure annotations to be ignored in comparisons during sync (#1823) 2022-03-24 18:38:37 +01:00
cluster_test.go Configure annotations to be ignored in comparisons during sync (#1823) 2022-03-24 18:38:37 +01:00
connection_pooler.go Configure annotations to be ignored in comparisons during sync (#1823) 2022-03-24 18:38:37 +01:00
connection_pooler_new_test.go
connection_pooler_test.go LoadBalancer toggles for master and replica pooler pods (#1799) 2022-03-04 13:36:17 +01:00
database.go create CDC event stream CRD (#1570) 2022-02-28 10:09:42 +01:00
exec.go
filesystems.go
k8sres.go refactor GenerateResourceRequirements and provide unit tests (#1822) 2022-03-24 17:35:00 +01:00
k8sres_test.go refactor GenerateResourceRequirements and provide unit tests (#1822) 2022-03-24 17:35:00 +01:00
majorversionupgrade.go make sure upgrade script runs on the master (#1715) 2021-12-02 14:10:58 +01:00
pod.go add new parameter for Patroni API (PatroniAPICheckInterval, PatroniAPICheckTimeout) (#1803) 2022-03-15 11:34:09 +01:00
pod_test.go add new parameter for Patroni API (PatroniAPICheckInterval, PatroniAPICheckTimeout) (#1803) 2022-03-15 11:34:09 +01:00
resources.go LoadBalancer toggles for master and replica pooler pods (#1799) 2022-03-04 13:36:17 +01:00
streams.go fix comparison of event stream array (#1817) 2022-03-18 15:06:17 +01:00
streams_test.go fix comparison of event stream array (#1817) 2022-03-18 15:06:17 +01:00
sync.go Configure annotations to be ignored in comparisons during sync (#1823) 2022-03-24 18:38:37 +01:00
sync_test.go create CDC event stream CRD (#1570) 2022-02-28 10:09:42 +01:00
types.go choose switchover candidate based on lag and role (#1700) 2021-12-14 10:35:21 +01:00
util.go refactor GenerateResourceRequirements and provide unit tests (#1822) 2022-03-24 17:35:00 +01:00
util_test.go LoadBalancer toggles for master and replica pooler pods (#1799) 2022-03-04 13:36:17 +01:00
volumes.go Initialize arrays of errors / error messages + minor refactoring (#1701) 2021-11-29 12:49:12 +01:00
volumes_test.go