aboutsummaryrefslogtreecommitdiffstats
path: root/example/multus-net-attach-def-cr.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/multus-net-attach-def-cr.yaml')
-rw-r--r--example/multus-net-attach-def-cr.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/example/multus-net-attach-def-cr.yaml b/example/multus-net-attach-def-cr.yaml
new file mode 100644
index 0000000..36239e7
--- /dev/null
+++ b/example/multus-net-attach-def-cr.yaml
@@ -0,0 +1,10 @@
+---
+apiVersion: "k8s.cni.cncf.io/v1"
+kind: NetworkAttachmentDefinition
+metadata:
+ name: ovn4nfv-k8s-plugin
+spec:
+ config: '{
+ "cniVersion": "0.3.1",
+ "type": "ovn4nfvk8s-cni"
+ }'