Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_RegistryCacheKeyType (0.13 sec)

  1. pkg/credentialprovider/plugin/plugin_test.go

    				t.Logf("actual decoded response: %#v", decodedResponse)
    				t.Logf("expected decoded response: %#v", testcase.expectedResponse)
    				t.Errorf("unexpected decoded response")
    			}
    		})
    	}
    }
    
    func Test_RegistryCacheKeyType(t *testing.T) {
    	tclock := clock.RealClock{}
    	pluginProvider := &pluginProvider{
    		clock:          tclock,
    		lastCachePurge: tclock.Now(),
    		matchImages:    []string{"*.registry.io"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 09 06:11:06 UTC 2022
    - 26.5K bytes
    - Viewed (0)
Back to top