postgres-operator/pkg/controller
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
..
controller.go set default name also for RoleBinding and roleRef (#529) 2019-04-02 17:16:47 +02:00
logs_and_api.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
node.go Set statefulset update and management policy explicitly (#515) 2019-03-13 11:49:18 +01:00
node_test.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
operator_config.go Fix CRD-based operator configuration (#541) 2019-04-15 13:52:38 +02:00
pod.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
postgresql.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
postgresql_test.go reflect change in github url (#496) 2019-02-25 11:26:55 +01: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
util_test.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00