MCPcopy Create free account
hub / github.com/Qovery/engine / ChartInstallationChecker

Interface ChartInstallationChecker

lib-engine/src/helm.rs:855–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853//
854
855pub trait ChartInstallationChecker: Send {
856 fn verify_installation(&self, kube_client: &kube::Client) -> Result<(), CommandError>;
857 fn clone_dyn(&self) -> Box<dyn ChartInstallationChecker>;
858}
859
860impl Clone for Box<dyn ChartInstallationChecker> {
861 fn clone(&self) -> Self {

Callers

nothing calls this directly

Implementers 15

qovery_gateway_class_chart.rslib-engine/src/infrastructure/helm_cha
alert_config_chart.rslib-engine/src/infrastructure/helm_cha
yace_chart.rslib-engine/src/infrastructure/helm_cha
prometheus_adapter_chart.rslib-engine/src/infrastructure/helm_cha
keda_crd.rslib-engine/src/infrastructure/helm_cha
envoy_gateway_crd_chart.rslib-engine/src/infrastructure/helm_cha
qovery_priority_class_chart.rslib-engine/src/infrastructure/helm_cha
beyla_chart.rslib-engine/src/infrastructure/helm_cha
qovery_cluster_gateway_chart.rslib-engine/src/infrastructure/helm_cha
qovery_cert_manager_webhook_chart.rslib-engine/src/infrastructure/helm_cha
prometheus_operator_crds.rslib-engine/src/infrastructure/helm_cha
eso_requirements_chart.rslib-engine/src/infrastructure/helm_cha

Calls

no outgoing calls

Tested by

no test coverage detected