pgroles-operator 0.4.1

Kubernetes operator for pgroles — reconciles PostgresPolicy CRDs
Documentation
# pgroles-operator

Kubernetes operator crate for `pgroles`.

This crate contains the controller, CRD types, and reconciliation logic for
running `pgroles` continuously in Kubernetes against `PostgresPolicy`
resources.

## What It Includes

- `PostgresPolicy` CRD types
- Reconciler and controller wiring
- Status condition updates
- Secret-backed database connectivity
- CRD generation binary (`crdgen`)

## Install

From crates.io:

```shell
cargo add pgroles-operator
```

Library from source:

```toml
[dependencies]
pgroles-operator = { git = "https://github.com/hardbyte/pgroles" }
```

## Intended Audience

- Contributors working on the operator implementation
- Platform teams evaluating the Kubernetes reconciliation model

Operator docs: <https://hardbyte.github.io/pgroles/docs/operator>