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 dd593a8 commit 49039e3Copy full SHA for 49039e3
rust/stackable-cockpit/src/platform/operator/listener_operator.rs
@@ -74,9 +74,9 @@ enum KubernetesEnvironment {
74
75
/// Tries to guess what Kubernetes environment stackablectl is connecting to.
76
///
77
-/// Returns an `Err(())` in case anything goes wrong. This could e.g. be the case in case no
+/// Returns an error in case anything goes wrong. This could e.g. be the case in case no
78
/// Kubernetes context is configured, stackablectl is missing RBAC permission to retrieve nodes or
79
-/// simply a network error,
+/// simply a network error.
80
#[instrument]
81
async fn guess_kubernetes_environment() -> Result<KubernetesEnvironment, snafu::Whatever> {
82
let client = Client::try_default()
0 commit comments