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 eab4bfa commit 247a951Copy full SHA for 247a951
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 or not a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
+ /// Whether 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 pinning is achieved by listener-operator setting the
0 commit comments