Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createConfigMap (0.16 sec)

  1. pilot/pkg/serviceregistry/kube/controller/namespacecontroller_test.go

    	}
    	createNamespace(t, client.Kube(), "foo", nil)
    	expectConfigMap(t, nc.configmaps, CACertNamespaceConfigMap, "foo", expectedData)
    
    	// Make sure random configmap does not get updated
    	cmData := createConfigMap(t, client.Kube(), "not-root", "foo", "k")
    	expectConfigMap(t, nc.configmaps, "not-root", "foo", cmData)
    
    	newCaBundle := []byte("caBundle-new")
    	watcher.SetAndNotify(nil, nil, newCaBundle)
    	newData := map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top