update the committers for icn
[icn.git] / deploy / kud-plugin-addons / device-plugins / sriov / test / sriov-nad.yaml
1 apiVersion: "k8s.cni.cncf.io/v1"
2 kind: NetworkAttachmentDefinition
3 metadata:
4   name: sriov-eno2
5   annotations:
6     k8s.v1.cni.cncf.io/resourceName: intel.com/intel_sriov_700
7 spec:
8   config: '{
9     "type": "sriov",
10     "ipam": {
11             "type": "host-local",
12             "subnet": "10.56.206.0/24",
13             "routes": [
14                     { "dst": "0.0.0.0/0" }
15             ],
16             "gateway": "10.56.206.1"
17     }
18   }'