mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
stuff
This commit is contained in:
@@ -33,6 +33,14 @@ class EnsuredSecret<T extends ZodObject> {
|
||||
this.#handleChanged();
|
||||
}
|
||||
|
||||
public get name() {
|
||||
return this.#options.name;
|
||||
}
|
||||
|
||||
public get namespace() {
|
||||
return this.#options.namespace;
|
||||
}
|
||||
|
||||
public get resouce() {
|
||||
return this.#resource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user