added uid for identification (#620)

This commit is contained in:
DONY BENNY
2025-11-15 22:58:12 +05:30
committed by GitHub
parent b23310cb2d
commit 1d8151d41d
2 changed files with 34 additions and 31 deletions

View File

@@ -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: {