const createNodeRetries …
const pollingInterval …
const singleCallTimeout …
type NodeTemplate …
func StaticNodeTemplate(node *v1.Node) NodeTemplate { … }
type staticNodeTemplate …
func (s *staticNodeTemplate) GetNodeTemplate(index, count int) (*v1.Node, error) { … }
type IntegrationTestNodePreparer …
func NewIntegrationTestNodePreparer(client clientset.Interface, countToStrategy []testutils.CountToStrategy, nodeTemplate NodeTemplate) testutils.TestNodePreparer { … }
func (p *IntegrationTestNodePreparer) PrepareNodes(ctx context.Context, nextNodeIndex int) error { … }
func (p *IntegrationTestNodePreparer) CleanupNodes(ctx context.Context) error { … }
func waitListAllNodes(ctx context.Context, c clientset.Interface) (*v1.NodeList, error) { … }