operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.1k stars 1.73k forks source link

docs: fix controller path to v4 #6760

Closed fjvbn2003 closed 1 month ago

fjvbn2003 commented 1 month ago

Description of the change:

Update memcached_controller.go path from controllers/memcached_controller.go to internal/controllers/memcached_controller.go.

Motivation for the change:

While following the Golang tutorial, I found that a controller folder was created under Internal internal/controllers/memcached_controller.go, unlike the path controllers/memcached_controller.go shown in the document.

acornett21 commented 1 month ago

Hi @fjvbn2003 can you please sign your commit? And then we'll take a look. Thanks!

fjvbn2003 commented 1 month ago

Hi @acornett21. It's my first time doing contributing to operator-sdk, so I didn't know. I'll sign the commit and request a review again. Thank you. 😀