github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/pkg/render/testdata/manifests/simple.json (about)

     1  {
     2  	"apiVersion": "v1",
     3  	"kind": "Pod",
     4  	"metadata": {
     5  		"name": "busybox1",
     6  		"namespace": "ns"
     7  	},
     8  	"spec": {
     9  		"containers": [
    10  			{
    11    				"image": "busybox"
    12  			}
    13  		]
    14  	}
    15  }