Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newNodeUntainterTestServer (0.23 sec)

  1. pilot/pkg/controllers/untaint/nodeuntainter_test.go

    	opts.SetDefaultOutputLevel(istiolog.OverrideScopeName, istiolog.DebugLevel)
    	istiolog.Configure(opts)
    	for _, scope := range istiolog.Scopes() {
    		scope.SetOutputLevel(istiolog.DebugLevel)
    	}
    }
    
    func newNodeUntainterTestServer(t *testing.T) *nodeTainterTestServer {
    	stop := make(chan struct{})
    	t.Cleanup(func() { close(stop) })
    	client := kubelib.NewFakeClient()
    
    	nodeUntainter := NewNodeUntainter(stop, client, systemNS, systemNS)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 00:50:31 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top