Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCleanupOrphanedPodUsernsAllocations (0.56 sec)

  1. pkg/kubelet/userns/userns_manager_test.go

    			}
    
    			if userns.GetMode() != tc.expMode {
    				t.Errorf("expected mode: %v but got: %v", tc.expMode, userns.GetMode())
    			}
    		})
    	}
    }
    
    func TestCleanupOrphanedPodUsernsAllocations(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, pkgfeatures.UserNamespacesSupport, true)
    
    	cases := []struct {
    		name                 string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top