We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd8913 commit 1d278fdCopy full SHA for 1d278fd
1 file changed
internal/config/assets/resources.schema.sql
@@ -31,6 +31,9 @@ CREATE TABLE IF NOT EXISTS krateo_resources (
31
-- Full Kubernetes object
32
raw JSONB NOT NULL,
33
34
+ -- Raw Kubernetes status subtree, denormalized for faster frontend access
35
+ status_raw JSONB NULL,
36
+
37
PRIMARY KEY (id)
38
);
39
0 commit comments