Skip to content

Add support for Server Side Apply #3334

@xaviersierra

Description

@xaviersierra

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions