blob: 2b67638ec6c90e383137a97fa2f422844ad280ef [file] [log] [blame]
skip 'error message'
! cue import test.yaml -p kube -l 'strings.ToCamel(kind)' -l metadata.name -f
cmp stderr expect-stderr
-- test.yaml --
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx
spec:
type: NodePort
---
-- expect-stderr --
unsupported label path type: instance is not a struct, found null