Skip to content

Commit

Permalink
Update server-side-apply.md
Browse files Browse the repository at this point in the history
Deleted the duplicate section of the issue(Server-Side Apply for custom resources ) kubernetes#43806
  • Loading branch information
rohan-kapse authored Nov 4, 2023
1 parent 8be2a38 commit ed37349
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions content/en/docs/reference/using-api/server-side-apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,6 @@ Here's an example of a Server-Side Apply message body (fully specified intent):
of a **patch** request to a valid `v1/configmaps` resource, and with the
appropriate request `Content-Type`).

## Server-Side Apply for custom resources {#custom-resources}

By default, Server-Side Apply treats
{{< glossary_tooltip term_id="CustomResourceDefinition" text="custom resources" >}}
as unstructured data. All keys are treated the same as if they were struct fields for
a built-in API, and all lists are considered atomic.

If the CustomResourceDefinition defines a
[schema](/docs/reference/kubernetes-api/extend-resources/custom-resource-definition-v1/#JSONSchemaProps)
that contains annotations as defined in [Merge strategy](#merge-strategy),
then these annotations will be used when merging objects of this type.

## Operations in scope for field management {#apply-and-update}

Expand Down

0 comments on commit ed37349

Please sign in to comment.