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. |