fix random pod spread

Signed-off-by: Areeb Ahmed <areebahmed0709@gmail.com>
This commit is contained in:
Areeb Ahmed
2026-07-08 15:44:39 +03:00
parent 041dcec566
commit ec41ad745d
8 changed files with 73 additions and 9 deletions
+4
View File
@@ -57,6 +57,10 @@ type Info struct {
DynamicNodes []store.Node
}
type UncachedClientDriver interface {
RequiresUncachedClient() bool
}
type Driver interface {
Factory() Factory
Bootstrap(context.Context, progress.Logger) error