postgres-operator/pkg/cluster
Felix Kunde 0fbfbb23bb
Use /status subresource instead of plain manifest field (#534)
* turns PostgresStatus type into a struct with field PostgresClusterStatus
* setStatus patch target is now /status subresource
* unmarshalling PostgresStatus takes care of previous status field convention
* new simple bool functions status.Running(), status.Creating()
2019-05-07 12:01:45 +02:00
..
cluster.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
cluster_test.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
database.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
exec.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go Config option to allow Spilo container to run non-privileged. (#525) 2019-04-03 17:13:39 +02:00
k8sres_test.go gofmt and golint fixes (#506) 2019-03-04 13:13:55 +01:00
pod.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
resources.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
sync.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
types.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
util.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
volumes.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00