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 0d52551 commit 0c26f60Copy full SHA for 0c26f60
crates/stackable-operator/src/commons/listener.rs
@@ -67,6 +67,7 @@ pub struct ListenerClassSpec {
67
/// Whether addresses should prefer using the IP address (`IP`) or the hostname (`Hostname`).
68
///
69
/// The other type will be used if the preferred type is not available.
70
+ /// By default `Hostname` is used.
71
#[serde(default = "ListenerClassSpec::default_preferred_address_type")]
72
pub preferred_address_type: AddressType,
73
}
0 commit comments