feat: Add ntfy score #69

Merged
taha merged 6 commits from ntfy into master 2025-07-02 16:19:41 +00:00
15 changed files with 1039 additions and 239 deletions
Showing only changes of commit 8b0fc881e1 - Show all commits

View File

@@ -80,7 +80,7 @@ impl NtfyInterpret {
}; };
k8s_client k8s_client
.exec_pod( .exec_app(
"ntfy".to_string(), "ntfy".to_string(),
Some(&self.score.namespace), Some(&self.score.namespace),
vec![ vec![
@@ -103,7 +103,7 @@ impl NtfyInterpret {
mode: NtfyAccessMode, mode: NtfyAccessMode,
) -> Result<(), String> { ) -> Result<(), String> {
k8s_client k8s_client
.exec_pod( .exec_app(
"ntfy".to_string(), "ntfy".to_string(),
Some(&self.score.namespace), Some(&self.score.namespace),
vec![ vec![