Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for mgr1 (0.05 sec)

  1. pkg/volume/csi/csi_plugin_test.go

    }
    
    func newTestPluginWithAttachDetachVolumeHost(t *testing.T, client *fakeclient.Clientset) (*csiPlugin, string) {
    	return newTestPluginWithVolumeHost(t, client, attachDetachVolumeHostType)
    }
    
    // create a plugin mgr to load plugins and setup a fake client
    func newTestPluginWithVolumeHost(t *testing.T, client *fakeclient.Clientset, hostType int) (*csiPlugin, string) {
    	tmpDir, err := utiltesting.MkTmpdir("csi-test")
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/eviction_manager_test.go

    	fakeClock := testingclock.NewFakeClock(time.Now())
    	diskInfoProvider := &mockDiskInfoProvider{dedicatedImageFs: ptr.To(false)}
    
    	mgr := &managerImpl{
    		clock:                         fakeClock,
    		killPodFunc:                   podKiller.killPodNow,
    		imageGC:                       diskGC,
    		containerGC:                   diskGC,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. src/crypto/x509/x509.go

    		return UnknownSignatureAlgorithm
    	}
    
    	// PSS is greatly overburdened with options. This code forces them into
    	// three buckets by requiring that the MGF1 hash function always match the
    	// message hash function (as recommended in RFC 3447, Section 8.1), that the
    	// salt length matches the hash length, and that the trailer field has the
    	// default value.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top