Skip to content

Commit 0c26f60

Browse files
nightkrsbernauer
andauthored
Update crates/stackable-operator/src/commons/listener.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 0d52551 commit 0c26f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/stackable-operator/src/commons/listener.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pub struct ListenerClassSpec {
6767
/// Whether addresses should prefer using the IP address (`IP`) or the hostname (`Hostname`).
6868
///
6969
/// The other type will be used if the preferred type is not available.
70+
/// By default `Hostname` is used.
7071
#[serde(default = "ListenerClassSpec::default_preferred_address_type")]
7172
pub preferred_address_type: AddressType,
7273
}

0 commit comments

Comments
 (0)