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

Method dns_provider

lib-engine/src/infrastructure/infrastructure_context.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100 }
101
102 pub fn dns_provider(&self) -> &dyn DnsProvider {
103 (*self.dns_provider).borrow()
104 }
105
106 pub fn metrics_registry(&self) -> &dyn MetricsRegistry {
107 self.metrics_registry.borrow()

Callers 15

gke_tera_contextFunction · 0.80
gen_charts_to_deployMethod · 0.80
aks_tera_contextFunction · 0.80
gen_charts_to_deployMethod · 0.80
kapsule_tera_contextFunction · 0.80
gen_charts_to_deployMethod · 0.80
create_eks_clusterFunction · 0.80
restore_access_to_eksFunction · 0.80

Calls

no outgoing calls

Tested by 7

application_contextFunction · 0.64
container_contextFunction · 0.64
managed_database_contextFunction · 0.64
router_contextFunction · 0.64
job_contextFunction · 0.64