You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/cmd_test.go
+88Lines changed: 88 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,94 @@ var _ = Describe("Cmd", func() {
243
243
Expect(envMapField.HeadComment).To(Equal("# Environment variables for the container. For more info, see the [Kubernetes\n# documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvarsource-v1-core)."))
244
244
})
245
245
246
+
It("generates from templates using a name override", func() {
0 commit comments