Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Merge f80cb3a into 3d0b204
Browse files Browse the repository at this point in the history
  • Loading branch information
docteurklein authored Nov 19, 2019
2 parents 3d0b204 + f80cb3a commit a3cb341
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/tutorial/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,14 @@ of course.

### Extract CUE templates directly from Kubernetes Go source

In order for `cue get go` to generate the CUE templates from Go sources, you first need to have the sources locally:

```
$ go get k8s.io/api/apps/v1
$ go get k8s.io/api/extensions/v1beta1
$ go get k8s.io/api/apps/v1beta1
```

```
$ cue get go k8s.io/api/core/v1
$ cue get go k8s.io/api/extensions/v1beta1
Expand Down

0 comments on commit a3cb341

Please sign in to comment.