We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cceb1c commit 4a86103Copy full SHA for 4a86103
1 file changed
sandbox-spec-v2/vm/spec.go sandbox-spec/vm/v2/spec.gosandbox-spec-v2/vm/spec.go renamed to sandbox-spec/vm/v2/spec.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
func init() {
9
- typeurl.Register(&Spec{}, "sandbox-spec-v2/vm/Spec", "Spec")
+ typeurl.Register(&Spec{}, "sandbox-spec/vm/v2/Spec", "Spec")
10
}
11
12
// Spec holds the subset of PodSandboxConfig that the VM sandbox
0 commit comments