Skip to content

Commit 247a951

Browse files
Update crates/stackable-operator/src/crd/listener/class/mod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent eab4bfa commit 247a951

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 or not a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
70+
/// Whether 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 pinning is achieved by listener-operator setting the

0 commit comments

Comments
 (0)