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

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

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.