We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209dec9 commit 48f0aaeCopy full SHA for 48f0aae
src/patch.ts
@@ -2,7 +2,7 @@
2
* Valid Content-Type header values for patch operations. See
3
* https://kubernetes.io/docs/tasks/run-application/update-api-object-kubectl-patch/
4
* for details.
5
- *
+ *
6
* Additionally for Server-Side Apply https://kubernetes.io/docs/reference/using-api/server-side-apply/
7
* and https://kubernetes.io/docs/reference/using-api/server-side-apply/#api-implementation
8
*/
@@ -14,5 +14,5 @@ export enum PatchStrategy {
14
/** Merge with different strategies depending on field metadata. */
15
StrategicMergePatch = 'application/strategic-merge-patch+json',
16
/** Server-Side Apply */
17
- ServerSideApply = 'application/apply-patch+yaml'
+ ServerSideApply = 'application/apply-patch+yaml',
18
}
0 commit comments