Skip to content

Commit 4a86103

Browse files
committed
move sandbox v2 config to sandbox-spec/vm/v2
Signed-off-by: Harsh Rawat <harshrawat@microsoft.com>
1 parent 9cceb1c commit 4a86103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
func init() {
9-
typeurl.Register(&Spec{}, "sandbox-spec-v2/vm/Spec", "Spec")
9+
typeurl.Register(&Spec{}, "sandbox-spec/vm/v2/Spec", "Spec")
1010
}
1111

1212
// Spec holds the subset of PodSandboxConfig that the VM sandbox

0 commit comments

Comments
 (0)