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

Commit

Permalink
doc: remove duplicate command from Kubernetes tutorial
Browse files Browse the repository at this point in the history
cue get go k8s.io/api/apps/v1 was listed twice

Change-Id: If7b7994d88c34a177a2ebff18cef38e33f5d03e4
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8233
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
  • Loading branch information
myitcv committed Jan 29, 2021
1 parent 6c3be7f commit 2df92cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/tutorial/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ for x in [deployment, daemonSet, statefulSet] for k, v in x {
let Port = p.containerPort // Port is an alias
port: *Port | int
targetPort: *Port | int
}
}
]
}
}
Expand Down Expand Up @@ -1063,7 +1063,6 @@ $ go get k8s.io/api/apps/v1
```

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

0 comments on commit 2df92cb

Please sign in to comment.