greptimedb-operator
greptimedb-operator copied to clipboard
refactor!(apis): add `WALProvider` and `FileStorage` to support create standalone wal and cache storage
What's changed
- Add
WALProvider
andFileStorage
to support create standalone wal and cache storage; - Add
Logging
field to configure component logging; - Add multiple field access functions for
GreptimeDBCluster
andGreptimeDBStandalone
; - Add
,inline
tag for dbconfig package; - Add
Validate()
andCheck()
forGreptimeDBCluster
andGreptimeDBStandalone
;