fix random pod spread
Signed-off-by: Areeb Ahmed <areebahmed0709@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user