Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qovery/engine
/ kubernetes
Method
kubernetes
lib-engine/src/infrastructure/infrastructure_context.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
}
77
78
pub fn kubernetes(&self) -> &dyn Kubernetes {
79
self.kubernetes.as_ref()
80
}
81
82
pub fn context(&self) -> &Context {
83
&self.context
Callers
15
mk_kube_client
Method · 0.80
run
Method · 0.80
run
Method · 0.80
post_create_deprecated_api_target_version
Method · 0.80
is_upgrade_required
Method · 0.80
deploy_charts
Method · 0.80
deploy_platform_components
Function · 0.80
fail_unknown_execution_mode
Function · 0.80
create_cluster
Method · 0.80
pause_cluster
Method · 0.80
delete_cluster
Method · 0.80
upgrade_cluster
Method · 0.80
Calls
1
as_ref
Method · 0.80
Tested by
15
deploy_a_working_environment_with_shared_registry
Function · 0.64
azure_aks_deploy_a_working_environment_with_shared_registry
Function · 0.64
cluster_test
Function · 0.64
is_pod_restarted_env
Function · 0.64
get_pods
Function · 0.64
get_pvc
Function · 0.64
get_svc
Function · 0.64
build_environment
Method · 0.64
deploy_environment
Method · 0.64
pause_environment
Method · 0.64
delete_environment
Method · 0.64
restart_environment
Method · 0.64