Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getCurrent (0.15 sec)

  1. pkg/kubelet/certificate/transport_test.go

    	return nil
    }
    
    func (f *fakeManager) setCurrent(cert *tls.Certificate) {
    	f.cert.Store(cert)
    }
    
    func TestRotateShutsDownConnections(t *testing.T) {
    
    	// This test fails if you comment out the t.closeAllConns() call in
    	// transport.go and don't close connections on a rotate.
    
    	stop := make(chan struct{})
    	defer close(stop)
    
    	m := new(fakeManager)
    	m.setCurrent(client1CertData.certificate)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 18 08:52:58 UTC 2020
    - 7.8K bytes
    - Viewed (0)
  2. test-site/activator-launch-1.3.2.jar

    typeDef(String, Class); public final void setRoot(Object); public final void clear(); private void setCurrent(Object, String); public final Object startCreateChild(String); public final void addChild(String, Object); private Object addChild(Configurator$ObjectDescriptor, Class, String, Object); public final void setAttribute(String, String); public final Object endCreateChild(); public final Object getCurrent(); public final int getDepth(); public final Configurator$MacroDef startMacroDef(String); public...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top