mz_self_managed_debug

Function create_k8s_client

Source
pub(crate) async fn create_k8s_client(
    k8s_context: Option<String>,
) -> Result<Client, Error>
Expand description

Creates a k8s client given a context. If no context is provided, the default context is used.