Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoveObject (0.42 sec)

  1. operator/pkg/cache/cache_test.go

    			}
    			if gotCache := GetCache(tt.key); !reflect.DeepEqual(*gotCache, tt.want) {
    				t.Errorf("%s: expected cache %v, got cache %v\n", tt.desc, tt.want, *gotCache)
    			}
    		})
    	}
    }
    
    func TestRemoveObject(t *testing.T) {
    	tests := []struct {
    		desc string
    		in   map[string]*ObjectCache
    		// key for map of caches
    		objCacheRemovalKey string
    		// key for map of K8sObjects
    		removalKey string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 20 18:46:12 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top