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

Method get_namespace_string

lib-engine/src/helm.rs:500–502  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

498 }
499
500 pub fn get_namespace_string(&self) -> String {
501 self.namespace.to_string()
502 }
503
504 pub fn generate_vpa_helm_config(vpa_configs: Vec<VpaConfig>) -> String {
505 let vpa_helm_config = vpa_configs

Callers 15

namespaceMethod · 0.80
pre_execMethod · 0.80
execMethod · 0.80
on_deploy_failureMethod · 0.80
pre_execMethod · 0.80
pre_execMethod · 0.80
post_execMethod · 0.80
check_release_existMethod · 0.80
rollbackMethod · 0.80
uninstallMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_list_releaseFunction · 0.64
test_getting_versionFunction · 0.64