mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
lot of updates
This commit is contained in:
@@ -60,6 +60,10 @@ class Manifest<TSpec> {
|
||||
this.#options.manifest = obj;
|
||||
}
|
||||
|
||||
public get dependencyId() {
|
||||
return `${this.metadata.uid}-${this.metadata.generation}`;
|
||||
}
|
||||
|
||||
public get kind(): string {
|
||||
return this.#options.manifest.kind;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user