File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Too many tutorials start out with some really contrived setup, or some toy
4
4
application that gets the basics across, and then stalls out on the more
5
- complicated suff . Instead, this tutorial should take you through (almost)
5
+ complicated stuff . Instead, this tutorial should take you through (almost)
6
6
the full gamut of complexity with Kubebuilder, starting off simple and
7
7
building up to something pretty full-featured.
8
8
@@ -32,5 +32,5 @@ project:
32
32
kubebuilder init --domain tutorial.kubebuilder.io
33
33
```
34
34
35
- Now that we've got've a project in place, let's take a look at what
35
+ Now that we've got a project in place, let's take a look at what
36
36
Kubebuilder has scaffolded for us so far...
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ basic pieces of boilerplate.
5
5
6
6
## Build Infrastructure
7
7
8
- First up, basic infrastructure for building you project:
8
+ First up, basic infrastructure for building your project:
9
9
10
10
<details ><summary >`go.mod`: A new Go module matching our project, with basic dependencies</summary >
11
11
You can’t perform that action at this time.
0 commit comments