github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/pkg/process/testdata/tdInvalidPrimitive.jsonnet (about) 1 { 2 deep: { 3 deploy: (import './resources.jsonnet').deployment, 4 service: { 5 note: 'invalid because apiVersion and kind are missing', 6 }, 7 }, 8 }