mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-30 00:08:04 +00:00
added uid for identification (#620)
This commit is contained in:
@@ -53,10 +53,9 @@ export type ReleaseHealthStatus = {
|
||||
metadata: {
|
||||
name: string;
|
||||
namespace: string;
|
||||
creationTimestamp?: string;
|
||||
labels: {
|
||||
[key: string]: string;
|
||||
};
|
||||
uid?: string; // added: Kubernetes UID for stable identification
|
||||
creationTimestamp: Date;
|
||||
labels: string[];
|
||||
};
|
||||
spec: unknown;
|
||||
status: {
|
||||
|
||||
Reference in New Issue
Block a user