Skip to content

Commit 59596c4

Browse files
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 7d0981a commit 59596c4

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/crd

1 file changed

+1
-1
lines changed

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub mod versioned {
133133
#[fragment_attrs(serde(default))]
134134
pub resources: Resources<StorageConfig>,
135135

136-
/// This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
136+
/// This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the HTTP communication.
137137
#[serde(default = "default_listener_class")]
138138
pub listener_class: String,
139139
}

0 commit comments

Comments
 (0)