MCPcopy 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_clientMethod · 0.80
runMethod · 0.80
runMethod · 0.80
is_upgrade_requiredMethod · 0.80
deploy_chartsMethod · 0.80
create_clusterMethod · 0.80
pause_clusterMethod · 0.80
delete_clusterMethod · 0.80
upgrade_clusterMethod · 0.80

Calls 1

as_refMethod · 0.80

Tested by 15

cluster_testFunction · 0.64
is_pod_restarted_envFunction · 0.64
get_podsFunction · 0.64
get_pvcFunction · 0.64
get_svcFunction · 0.64
build_environmentMethod · 0.64
deploy_environmentMethod · 0.64
pause_environmentMethod · 0.64
delete_environmentMethod · 0.64
restart_environmentMethod · 0.64