Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewPublisher (0.17 sec)

  1. pkg/controller/certificates/rootcacertpublisher/publisher.go

    )
    
    func init() {
    	registerMetrics()
    }
    
    // NewPublisher construct a new controller which would manage the configmap
    // which stores certificates in each namespace. It will make sure certificate
    // configmap exists in each namespace.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. pkg/controller/certificates/rootcacertpublisher/publisher_test.go

    			cmInformer := informers.Core().V1().ConfigMaps()
    			nsInformer := informers.Core().V1().Namespaces()
    			controller, err := NewPublisher(cmInformer, nsInformer, client, fakeRootCA)
    			if err != nil {
    				t.Fatalf("error creating ServiceAccounts controller: %v", err)
    			}
    
    			cmStore := cmInformer.Informer().GetStore()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:16 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top