Block a user
refactor(host_network): extract NetworkManager as a reusable component
Overall LGTM, a few considerations here and there but nothing major.
refactor(host_network): extract NetworkManager as a reusable component
url::parse can fail at runtime, would hurl! work here?
refactor(host_network): extract NetworkManager as a reusable component
I guess this is required because the operator from the catalog does not work?
refactor(host_network): extract NetworkManager as a reusable component
I really don't like the boilerplate added by having multiple error types for each bit of business logic.
refactor(host_network): extract NetworkManager as a reusable component
Why is this function and logic in ha_cluster instead of network manager?
refactor(host_network): extract NetworkManager as a reusable component
Why OnceLock instead of Oncecell or something else? I'm not familiar with it. I guess it takes a read lock when accessed after initialization?
fix(host_network): retrieve proper hostname and next available bond id
Rust is so beautiful. Type K infered from return type, completely transparent, super powerful, super readable, super intuitive.
fix(host_network): retrieve proper hostname and next available bond id
LGTM, just make sure the bond checking logic is correct.
fix(host_network): retrieve proper hostname and next available bond id
Why type Bond AND link_aggregation ?
feat: OPNSense Topology useful to interact with only an opnsense instance.
feat(kube): Utility function to convert kube_openapi Resource to DynamicObject. This will allow initializing resources strongly typed and then bundle various types into a list of DynamicObject
feat/cluster_monitoring
johnride
pushed to feat/kube_convert_dynamic_resource at NationTech/harmony
2025-10-29 21:24:41 +00:00
johnride
created branch feat/kube_convert_dynamic_resource in NationTech/harmony
2025-10-29 21:24:40 +00:00