Apply suggestions from code review

Co-authored-by: Daniel Smith <dbsmith@google.com>

Kubernetes-commit: 5d461adb3b8f8192695b3a3cd76d903347d3285a
This commit is contained in:
Joe Betz 2021-06-23 10:18:17 -07:00 committed by Kubernetes Publisher
parent 9ffcd1697f
commit acf46abf8c

View File

@ -104,7 +104,7 @@ representation to be changed to support additional features in the future.
Controller Support
The new client-go support makes it much easier to use Server-side Apply in controllers.
The new client-go support makes it much easier to use Server-side Apply in controllers, by either of two mechanisms.
When authoring new controllers to use Server-side Apply, a good approach is to have the controller
recreate the apply configuration for an object each time it reconciles that object. This ensures