Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for vol02 (0.25 sec)

  1. pkg/apis/core/validation/validation_test.go

    	}
    	vols2, v2err := ValidateVolumes(volumes, nil, field.NewPath("field"), PodValidationOptions{})
    	if len(v2err) > 0 {
    		t.Errorf("Invalid test volume - expected success %v", v2err)
    		return
    	}
    	for i, test := range tests {
    		errs := ValidateVolumeMounts([]core.VolumeMount{test.mount}, nil, vols2, test.container, field.NewPath("field"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top