From acf46abf8c4681d2b30995424cb0d627f6ba7498 Mon Sep 17 00:00:00 2001 From: Joe Betz Date: Wed, 23 Jun 2021 10:18:17 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daniel Smith Kubernetes-commit: 5d461adb3b8f8192695b3a3cd76d903347d3285a --- applyconfigurations/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applyconfigurations/doc.go b/applyconfigurations/doc.go index 80897b0c..72ef9d1c 100644 --- a/applyconfigurations/doc.go +++ b/applyconfigurations/doc.go @@ -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