Database Schema
This document lists and details the database schema used by KubeArchive.
Table resource
Name | Type | Description |
---|---|---|
|
|
The UUID of the Kubernetes resource used as primary key. |
|
|
API Version + API Group ( |
|
|
Kind of the resource ( |
|
|
Name of the resource ( |
|
|
Namespace of the resource ( |
|
|
Version of the resource ( |
|
|
Timestamp when the record is inserted in this table. |
|
|
Last time this record was updated. |
|
|
Timestamp when KubeArchive deleted the resource from the cluster. |
|
|
Resource definition in JSON format. |
Indexes
Name | Fields |
---|---|
|
|
|
|
Table log_url
Name | Type | Description |
---|---|---|
|
|
The UUID of the Kubernetes resource in the |
|
|
The generated URL of the log file. |
|
|
The name of the container that the generated the logs. |
|
|
Timestamp when the record is inserted in this table. |
|
|
Last time this record was updated. |