Skip to content

Commit 0911503

Browse files
committed
docs(operator): Add module docs
1 parent 0ab1fb1 commit 0911503

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

crates/stackable-operator/src/client/feature_gates.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Provides functions and types to retrieve feature gates from the Kubernetes apiserver.
2+
13
use std::{collections::HashMap, str::FromStr};
24

35
use snafu::{OptionExt as _, ResultExt as _, Snafu};

crates/stackable-operator/src/client/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Provides additional functionality on top of [`kube::Client`].
2+
13
use std::{
24
convert::TryFrom,
35
fmt::{Debug, Display},

0 commit comments

Comments
 (0)