-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Server Side Apply
Starting from kubernetes 1.16, Server Side Apply it's enabled by default.
This feature is very useful from a operator development point of view,
since it would require fewer requests to the Kubernetes API during the reconciliation cycle.
Using Server Side Apply has also the advantage that inform to users
who owns which field of a given resource.
Proposed Change
Add a boolean field to the io.fabric8.kubernetes.client.dsl.base.PatchContext named serverSide. That if it's true, sets the request content type to application/apply-patch+yaml.
rohanKanojia, jorsol, adamzr, csviri, bhavin192 and 1 more