postgres-operator/pkg/cluster
Tabby b276cd2f94
Feat: Support Running Sidecar with a Command. (#2449)
* Feat: Support Running Sidecard with a Command.

This PR addresses issue #2448 . Some containers may not have entry points, if this is the case they would need to be run using a command. This change extends the definition of sidecar so that there is an optional command field. If the field is present then the container will be run using that command. This is a two line change that is fully backward compatible.
2024-12-23 09:08:35 +01:00
..
cluster.go add cluster field for PVCs (#2785) 2024-10-31 14:08:50 +01:00
cluster_test.go reflect linter feedback, remove unused argumnents and redundant type from arrays (#2739) 2024-08-27 17:56:07 +02:00
connection_pooler.go align sync and update logs (#2738) 2024-08-27 09:58:32 +02:00
connection_pooler_new_test.go Connection pooler for replica (#1127) 2020-11-13 14:52:21 +01:00
connection_pooler_test.go reflect linter feedback, remove unused argumnents and redundant type from arrays (#2739) 2024-08-27 17:56:07 +02:00
database.go align sync and update logs (#2738) 2024-08-27 09:58:32 +02:00
exec.go fix golangci-lint issues (#2715) 2024-08-14 12:54:44 +02:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go Feat: Support Running Sidecar with a Command. (#2449) 2024-12-23 09:08:35 +01:00
k8sres_test.go Add support for pg17 and remove pg12 (#2773) 2024-12-20 11:22:52 +01:00
majorversionupgrade.go Add support for pg17 and remove pg12 (#2773) 2024-12-20 11:22:52 +01:00
pod.go fix switch over candidate retrieving (#2760) 2024-11-01 17:06:20 +01:00
pod_test.go fix switch over candidate retrieving (#2760) 2024-11-01 17:06:20 +01:00
resources.go add cluster field for PVCs (#2785) 2024-10-31 14:08:50 +01:00
streams.go fix comparing stream annotations and improve unit test (#2820) 2024-12-18 11:22:08 +01:00
streams_test.go fix flaky comparison unit test of retruned errors (#2822) 2024-12-19 17:35:01 +01:00
sync.go align sync and update logs (#2738) 2024-08-27 09:58:32 +02:00
sync_test.go reflect linter feedback, remove unused argumnents and redundant type from arrays (#2739) 2024-08-27 17:56:07 +02:00
types.go sync all resources to cluster fields (#2713) 2024-08-13 10:06:46 +02:00
util.go align sync and update logs (#2738) 2024-08-27 09:58:32 +02:00
util_test.go fix sync streams and add diffs for annotations and owner references (#2728) 2024-08-14 12:56:14 +02:00
volumes.go Add support for EBS CSI Driver (#2677) 2024-12-19 12:32:09 +01:00
volumes_test.go Add support for EBS CSI Driver (#2677) 2024-12-19 12:32:09 +01:00