Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPluginConstructVolumeSpecWithInline (0.32 sec)

  1. pkg/volume/csi/csi_plugin_test.go

    			if rec.SELinuxMountContext != tc.expectedSELinuxContext {
    				t.Errorf("Expected SELinux context %q, got %q", tc.expectedSELinuxContext, rec.SELinuxMountContext)
    			}
    		})
    	}
    }
    
    func TestPluginConstructVolumeSpecWithInline(t *testing.T) {
    	testCases := []struct {
    		name       string
    		originSpec *volume.Spec
    		specVolID  string
    		volHandle  string
    		podUID     types.UID
    		shouldFail bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top