Quick Start
All providers use the same pattern:Common Patterns
Continuous Sync
Run sync on an interval to keep resources up-to-date:Running in Kubernetes
Deploy a sync job as a Kubernetes CronJob or Deployment:Resource Schema
All resources follow the same schema:| Field | Required | Description |
|---|---|---|
identifier | Yes | Unique identifier (auto-generated by providers) |
name | Yes | Human-readable name |
kind | Yes | Resource type (e.g., Kubernetes/Namespace) |
version | Yes | Resource version |
metadata | No | Key-value pairs for filtering and selectors |
config | No | Configuration passed to job agents |
Metadata vs Config
- Metadata — Used for environment selectors and filtering
- Config — Passed to job agents for deployment execution