Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ServiceNames (0.12 sec)

  1. pilot/pkg/model/push_context_test.go

    	g.Expect(si.exportedToNamespace).To(HaveLen(1))
    	g.Expect(serviceNames(si.exportedToNamespace["namespace"])).To(Equal([]string{"svc-namespace"}))
    
    	g.Expect(serviceNames(si.public)).To(Equal([]string{"svc-public", "svc-unset"}))
    
    	// Should just have "test1"
    	g.Expect(si.privateByNamespace).To(HaveLen(1))
    	g.Expect(serviceNames(si.privateByNamespace["test1"])).To(Equal([]string{"svc-private"}))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top