Skip to content

Commit 261098c

Browse files
committed
Docs
1 parent 564b02c commit 261098c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/crd/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ impl CurrentlySupportedListenerClasses {
174174
}
175175
}
176176

177+
/// Configuration options that are available for all roles.
177178
#[derive(Clone, Debug, Default, Fragment, JsonSchema, PartialEq)]
178179
#[fragment_attrs(
179180
derive(
@@ -196,6 +197,7 @@ pub struct CommonNodeConfig {
196197
pub graceful_shutdown_timeout: Option<Duration>,
197198
}
198199

200+
/// Configuration for a rolegroup of an unknown type.
199201
#[derive(Debug)]
200202
pub enum AnyNodeConfig {
201203
NameNode(NameNodeConfig),

0 commit comments

Comments
 (0)