We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2036590 commit dc215b7Copy full SHA for dc215b7
src/config/mod.rs
@@ -27,7 +27,7 @@ impl Configuration {
27
/// Returns a config includes authentication and cluster infomation from kubeconfig file.
28
///
29
/// # Example
30
-/// ```
+/// ```no_run
31
/// use kubernetes::config;
32
33
/// let kubeconfig = config::load_kube_config()
@@ -83,7 +83,7 @@ pub fn load_kube_config() -> Result<Configuration, Error> {
83
/// It will return an error if called from out of kubernetes cluster.
84
85
86
87
88
89
/// let kubeconfig = config::incluster_config()
0 commit comments