github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/api/v1/testdata/TestRendering/simple.golden (about)

     1  {
     2    "apiVersion": "k8s.cni.cncf.io/v1",
     3    "kind": "NetworkAttachmentDefinition",
     4    "metadata": {
     5      "annotations": {
     6        "k8s.v1.cni.cncf.io/resourceName": "/testresource"
     7      },
     8      "name": null,
     9      "namespace": "testnamespace"
    10    },
    11    "spec": {
    12      "config": "{ \"cniVersion\":\"0.3.1\", \"name\":\"\",\"type\":\"sriov\",\"vlan\":0,\"vlanQoS\":0,\"ipam\":{} }"
    13    }
    14  }