postgres-operator/pkg/util
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
..
config Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
constants Allow configuring the operator via the YAML manifest. (#326) 2018-07-16 16:20:46 +02:00
filesystems Fix golint warnings 2017-08-01 16:08:56 +02:00
k8sutil First compilable state with go-client 6.0 2018-07-26 12:26:57 +02:00
patroni Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
retryutil Improve the condition check. 2018-02-22 10:13:46 +01:00
ringlog fix comments for ringlogger 2017-09-26 13:12:38 +02:00
teams Tests for initHumanUsers and initinitRobotUsers. 2017-12-04 10:49:25 +01:00
users Some improvements for golint, ineffassign and misspell 2018-02-19 17:46:31 +01:00
volumes Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
util.go Respond to code review 2018-02-20 14:43:02 +01:00
util_test.go Perform manual failover during the scale down 2017-10-16 17:41:23 +02:00