Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for AssertCategories (0.17 sec)

  1. pkg/registry/core/pod/storage/storage_test.go

    }
    
    func TestCategories(t *testing.T) {
    	storage, _, _, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	expected := []string{"all"}
    	registrytest.AssertCategories(t, storage, expected)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 07:18:44 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/storage_test.go

    func TestGenericCategories(t *testing.T) {
    	storage, _, server := newStorage(t, []api.IPFamily{api.IPv4Protocol})
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	expected := []string{"all"}
    	registrytest.AssertCategories(t, storage, expected)
    }
    
    //
    // Tests of internal functions
    //
    
    func TestNormalizeClusterIPs(t *testing.T) {
    	makeServiceWithClusterIp := func(clusterIP string, clusterIPs []string) *api.Service {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top