naml icon indicating copy to clipboard operation
naml copied to clipboard

Build failed

Open tuxtof opened this issue 3 years ago • 0 comments

trying to make a basic test

kubectl get job beeps -o yaml | naml codify > main.go

naml build

2022-10-04T16:44:09+02:00 [Warning   ]  ⚠ naml build alpha feature ⚠
2022-10-04T16:44:09+02:00 [Warning   ]  if this is a feature you plan on using please make your use case known in the issue tracker
2022-10-04T16:44:09+02:00 [Warning   ]  ⚠ naml build alpha feature ⚠
2022-10-04T16:44:09+02:00 [Critical  ]  unable to build NAML binary from source:

+-------------------------+---------------------------------
| Codify Compile Failure  |
+-------------------------+
|
|
| # github.com/kris-nova/naml/codify
../../go/pkg/mod/github.com/kris-nova/[email protected]/codify/codify.go:138:3: unknown field 'ClusterName' in struct literal of type "k8s.io/apimachinery/pkg/apis/meta/v1".ObjectMeta
../../go/pkg/mod/github.com/kris-nova/[email protected]/codify/codify.go:138:33: m.ClusterName undefined (type "k8s.io/apimachinery/pkg/apis/meta/v1".ObjectMeta has no field or method ClusterName)
+----------------------------------------------------------

tuxtof avatar Oct 04 '22 14:10 tuxtof