Skip to content

Commit fa8aa89

Browse files
committed
pinning -> pinned
1 parent 7d82c52 commit fa8aa89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- BREAKING: Add new `ListenerClass.pinningNodePorts` field ([#1105]).
9+
- BREAKING: Add new `ListenerClass.pinnedNodePorts` field ([#1105]).
1010

1111
[#1105]: https://github.com/stackabletech/operator-rs/pull/1105
1212

crates/stackable-operator/crds/ListenerClass.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ pub mod versioned {
7979
///
8080
/// Because of this we don't enable pinning by default to support all environments.
8181
#[serde(default)]
82-
pub pinning_node_ports: bool,
82+
pub pinned_node_ports: bool,
8383
}
8484
}

0 commit comments

Comments
 (0)