This commit is contained in:
parent
9172da1d16
commit
bed814837c
@ -54,7 +54,8 @@ impl K8sClient {
|
||||
}
|
||||
}
|
||||
|
||||
pub async fn exec_pod(
|
||||
/// Will execute a command in the first pod found that matches the label `app.kubernetes.io/name={name}`
|
||||
pub async fn exec_app(
|
||||
&self,
|
||||
name: String,
|
||||
namespace: Option<&str>,
|
||||
|
@ -118,6 +118,7 @@ impl NtfyInterpret {
|
||||
}
|
||||
}
|
||||
|
||||
/// We need a ntfy interpret to wrap the HelmChartScore in order to run the score, and then bootstrap the config inside ntfy
|
||||
#[async_trait]
|
||||
impl<T: Topology + HelmCommand + K8sclient> Interpret<T> for NtfyInterpret {
|
||||
async fn execute(
|
||||
|
Loading…
Reference in New Issue
Block a user