Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedPVCs (0.1 sec)

  1. pkg/controller/volume/ephemeral/controller_test.go

    		pvcs            []*v1.PersistentVolumeClaim
    		pods            []*v1.Pod
    		expectedPVCs    []v1.PersistentVolumeClaim
    		expectedError   bool
    		expectedMetrics expectedMetrics
    	}{
    		{
    			name:            "create",
    			pods:            []*v1.Pod{testPodWithEphemeral},
    			podKey:          podKey(testPodWithEphemeral),
    			expectedPVCs:    []v1.PersistentVolumeClaim{*testPodEphemeralClaim},
    			expectedMetrics: expectedMetrics{1, 0},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top