Skip to content

Commit 23a9028

Browse files
authored
Update crates/stackable-operator/src/crd/listener/class/mod.rs
1 parent 0b5e63c commit 23a9028

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/crd/listener/class

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/crd/listener/class/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub mod versioned {
6767
#[serde(default = "ListenerClassSpec::default_preferred_address_type")]
6868
pub preferred_address_type: core_v1alpha1::PreferredAddressType,
6969

70-
/// Wether a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
70+
/// Wether or not a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
7171
///
7272
/// By pinning the Pod to a specific (stable) Kubernetes node, stable addresses can be
7373
/// provided using NodePorts. The stickiness is achieved by listener-operator setting the

0 commit comments

Comments
 (0)