feat: add support for setting multiple address

I did it like this, due to the fact that it would have been a pain
to work out syntax for labels.
So I moved the url to annotations
This commit is contained in:
Tamipes 2026-06-15 21:58:57 +02:00
parent 29ff12f115
commit 0439f362dd
3 changed files with 27 additions and 2 deletions

10
Cargo.lock generated
View file

@ -745,6 +745,15 @@ dependencies = [
"hashbrown 0.16.1",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
@ -970,6 +979,7 @@ dependencies = [
"either",
"evalexpr",
"futures",
"itertools",
"k8s-openapi",
"kube",
"nix",