mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	update API, remove validation.
This commit is contained in:
		@@ -3849,10 +3849,8 @@ func TestValidateVolumeMounts(t *testing.T) {
 | 
			
		||||
		"empty name":                             {{Name: "", MountPath: "/foo"}},
 | 
			
		||||
		"name not found":                         {{Name: "", MountPath: "/foo"}},
 | 
			
		||||
		"empty mountpath":                        {{Name: "abc", MountPath: ""}},
 | 
			
		||||
		"relative mountpath":                     {{Name: "abc", MountPath: "bar"}},
 | 
			
		||||
		"mountpath collision":                    {{Name: "foo", MountPath: "/path/a"}, {Name: "bar", MountPath: "/path/a"}},
 | 
			
		||||
		"absolute subpath":                       {{Name: "abc", MountPath: "/bar", SubPath: "/baz"}},
 | 
			
		||||
		"windows absolute subpath":               {{Name: "abc", MountPath: "D", SubPath: ""}},
 | 
			
		||||
		"subpath in ..":                          {{Name: "abc", MountPath: "/bar", SubPath: "../baz"}},
 | 
			
		||||
		"subpath contains ..":                    {{Name: "abc", MountPath: "/bar", SubPath: "baz/../bat"}},
 | 
			
		||||
		"subpath ends in ..":                     {{Name: "abc", MountPath: "/bar", SubPath: "./.."}},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user