postgres-operator/pkg/apis/acid.zalan.do/v1
Dmitry Dolgov d6e6b00770
Add shm_volume option (#427)
Add possibility to mount a tmpfs volume to /dev/shm to avoid issues like
[this](https://github.com/docker-library/postgres/issues/416). To achieve that
two new options were introduced:

* `enableShmVolume` to PostgreSQL manifest, to specify whether or not mount
this volume per database cluster

* `enable_shm_volume` to operator configuration, to specify whether or not mount
per operator.

The first one, `enableShmVolume` takes precedence to allow us to be more flexible.
2018-12-21 16:22:30 +01:00
..
const.go Use code-generation for CRD API and deepcopy methods (#369) 2018-08-15 17:22:25 +02:00
crds.go Move CRD definitions into a formal API to allow access from other controllers. (#378) 2018-08-31 11:20:02 +02:00
doc.go Use code-generation for CRD API and deepcopy methods (#369) 2018-08-15 17:22:25 +02:00
marshal.go Use code-generation for CRD API and deepcopy methods (#369) 2018-08-15 17:22:25 +02:00
operator_configuration_type.go [WIP] Add set_memory_request_to_limit option (#406) 2018-11-15 14:00:08 +01:00
postgresql_type.go Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
register.go Move CRD definitions into a formal API to allow access from other controllers. (#378) 2018-08-31 11:20:02 +02:00
util.go Improve error reporting for short cluster names (#377) 2018-08-29 17:08:59 +02:00
util_test.go Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
zz_generated.deepcopy.go [WIP] Add set_memory_request_to_limit option (#406) 2018-11-15 14:00:08 +01:00