Function kube::config::create_client_builder[][src]

pub async fn create_client_builder(
    options: ConfigOptions
) -> Result<(ClientBuilder, KubeConfigLoader)>
Expand description

Returns a client builder and config loader, based on the cluster information from the kubeconfig file.

This allows to create your custom reqwest client for using with the cluster API.