Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
namespace
Method · 0.80
pre_exec
Method · 0.80
exec
Method · 0.80
on_deploy_failure
Method · 0.80
pre_exec
Method · 0.80
pre_exec
Method · 0.80
post_exec
Method · 0.80
check_release_exist
Method · 0.80
rollback
Method · 0.80
uninstall
Method · 0.80
upgrade_with_server_side_apply
Method · 0.80
uninstall_chart_if_breaking_version
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_list_release
Function · 0.64
test_getting_version
Function · 0.64