postgres-operator/pkg/controller
Oleksii Kliukin b4fcd24c2a Allow configuring pod priority globally and per cluster.
Allow to specify pod priority class for all pods managed by the operator,
as well as for those belonging to individual clusters.

Controlled by the pod_priority_class_name operator configuration
parameter and the podPriorityClassName manifest option.

See https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
for the explanation on how to define priority classes since Kubernetes 1.8.

Some import order changes are due to go fmt.
Removal of OrphanDependents deprecated field.
2018-07-31 15:38:46 +02:00
..
controller.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
node.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
node_test.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
operator_config.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
pod.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
postgresql.go First compilable state with go-client 6.0 2018-07-26 12:26:57 +02:00
postgresql_test.go Make sure we never modify informer cached manifest. (#290) 2018-05-16 18:23:31 +02:00
status.go Respond to code review 2018-02-20 14:43:02 +01:00
util.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
util_test.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00