File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,13 @@ type Options struct {
5353 // DryRun instructs the client to only perform dry run requests.
5454 DryRun * bool
5555
56- // FieldOwner, if provided, instructs the client to be wrapped with WithFieldOwner function
56+ // FieldOwner, if provided, sets the default field manager for all write operations
57+ // (Create, Update, Patch, Apply) performed by this client. The field manager is used by
58+ // the server for Server-Side Apply to track field ownership.
59+ // For more details, see: https://kubernetes.io/docs/reference/using-api/server-side-apply/#field-management
60+ //
61+ // This default can be overridden for a specific call by passing a [FieldOwner] option
62+ // to the method.
5763 FieldOwner string
5864}
5965
You can’t perform that action at this time.
0 commit comments