mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Change a type of collection of strategies for NodePreparer
This commit is contained in:
@@ -608,6 +608,11 @@ waitLoop:
|
||||
return nil
|
||||
}
|
||||
|
||||
type CountToStrategy struct {
|
||||
Count int
|
||||
Strategy PrepareNodeStrategy
|
||||
}
|
||||
|
||||
type TestNodePreparer interface {
|
||||
PrepareNodes() error
|
||||
CleanupNodes() error
|
||||
|
||||
Reference in New Issue
Block a user