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 0b5e63c commit 23a9028Copy full SHA for 23a9028
crates/stackable-operator/src/crd/listener/class/mod.rs
@@ -67,7 +67,7 @@ pub mod versioned {
67
#[serde(default = "ListenerClassSpec::default_preferred_address_type")]
68
pub preferred_address_type: core_v1alpha1::PreferredAddressType,
69
70
- /// Wether a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
+ /// Wether or not a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
71
///
72
/// By pinning the Pod to a specific (stable) Kubernetes node, stable addresses can be
73
/// provided using NodePorts. The stickiness is achieved by listener-operator setting the
0 commit comments