mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-21 17:40:51 +00:00
CRD: interfaceRequest -> interface (v1 spec conformance)
Change the Network Attachment Selection Annotation long-form interface name request JSON key from 'interfaceRequest' to 'interface' to conform with the V1 NPWG spec.
This commit is contained in:
committed by
Tomofumi Hayashi
parent
9f00ea47f5
commit
5ef87bfd71
@@ -247,7 +247,7 @@ var _ = Describe("multus operations", func() {
|
||||
|
||||
It("executes delegates with interface name and MAC addr", func() {
|
||||
podNet := `[{"name":"net1",
|
||||
"interfaceRequest": "test1"},
|
||||
"interface": "test1"},
|
||||
{"name":"net2",
|
||||
"mac": "c2:11:22:33:44:66"}
|
||||
]`
|
||||
|
Reference in New Issue
Block a user