Skip to content

Commit

Permalink
Fix typo in operator (#5334)
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Ghosh <ayush.ghosh@appdynamics.com>
  • Loading branch information
ayushghosh committed Nov 9, 2021
1 parent 3612ce3 commit 6be6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/docs/overview/cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Below you will find a cheat sheet with options and helpers for projects, which a
| Command | Description |
|-------|-----------|
| `operator-sdk init` | To initialize an operator project in the current directory. |
| `operator-sdk init --plugins=<plugin-key>` | To initialize an operator project in the current directory using a specific plugin. To check the available plugins you can run `oparator-sdk --help`. E.g (`operator-sdk init --plugins=helm`).|
| `operator-sdk init --plugins=<plugin-key>` | To initialize an operator project in the current directory using a specific plugin. To check the available plugins you can run `operator-sdk --help`. E.g (`operator-sdk init --plugins=helm`).|
| `operator-sdk create api [flags]` | Lets you create your own APIs with its [GKV][gkvs] by [Extending the Kubernetes API with CustomResourceDefinitions][extend-k8s-api], or lets you use external/core-types. Also generates their respective [controllers][controllers-k8s-doc].|
| `operator-sdk create webhook [flags]` | To scaffold [Webhooks][webhooks-k8s-doc] for the APIs declared in the project. Currently, only the Go-based project supports this option. |
| `make docker-build IMG=<some-registry>/<project-name>:<tag>` | Build the operator image. |
Expand Down

0 comments on commit 6be6dc0

Please sign in to comment.