fix:cargo fmt
All checks were successful
Run Check Script / check (pull_request) Successful in 1m21s

This commit is contained in:
Willem 2025-10-29 13:53:58 -04:00
parent ee278ac817
commit c2fa4f1869

View File

@ -8,12 +8,15 @@ use kube::api::ObjectMeta;
use log::debug;
use log::info;
use crate::{modules::okd::crd::nmstate::{self, NodeNetworkConfigurationPolicy}, topology::node_exporter::NodeExporter};
use crate::topology::PxeOptions;
use crate::{data::FileContent, modules::okd::crd::nmstate::NMState};
use crate::{
executors::ExecutorError, modules::okd::crd::nmstate::NodeNetworkConfigurationPolicySpec,
};
use crate::{
modules::okd::crd::nmstate::{self, NodeNetworkConfigurationPolicy},
topology::node_exporter::NodeExporter,
};
use super::{
DHCPStaticEntry, DhcpServer, DnsRecord, DnsRecordType, DnsServer, Firewall, HostNetworkConfig,