postgres-operator/pkg/cluster
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
..
cluster.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
cluster_test.go Update dependencies to go-client 6.0. 2018-07-24 16:46:52 +02:00
exec.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
filesystems.go Make use of kubernetes client-go v4 2017-07-25 15:25:17 +02:00
k8sres.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
k8sres_test.go Deprecate old LB options, fix endpoint sync. (#287) 2018-05-15 15:19:18 +02:00
pg.go Some improvements for golint, ineffassign and misspell 2018-02-19 17:46:31 +01:00
pod.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
resources.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
sync.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
types.go add comments on roles 2017-09-11 17:44:32 +02:00
util.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00
volumes.go Allow configuring pod priority globally and per cluster. 2018-07-31 15:38:46 +02:00