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 75b39c7 commit 6bbc962Copy full SHA for 6bbc962
nexus-sled-agent-shared/src/inventory.rs
@@ -944,6 +944,11 @@ impl OmicronZoneType {
944
}
945
946
947
+ /// Identifies whether this is a boundary NTP zone
948
+ pub fn is_boundary_ntp(&self) -> bool {
949
+ matches!(self, OmicronZoneType::BoundaryNtp { .. })
950
+ }
951
+
952
/// Identifies whether this is a Nexus zone
953
pub fn is_nexus(&self) -> bool {
954
match self {
nexus/reconfigurator/planning/Cargo.toml
@@ -15,6 +15,7 @@ daft.workspace = true
15
gateway-client.workspace = true
16
iddqd.workspace = true
17
id-map.workspace = true
18
+iddqd.workspace = true
19
illumos-utils.workspace = true
20
indexmap.workspace = true
21
internal-dns-resolver.workspace = true
0 commit comments