Skip to content

Commit 48f0aae

Browse files
committed
patch lint
1 parent 209dec9 commit 48f0aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/patch.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Valid Content-Type header values for patch operations. See
33
* https://kubernetes.io/docs/tasks/run-application/update-api-object-kubectl-patch/
44
* for details.
5-
*
5+
*
66
* Additionally for Server-Side Apply https://kubernetes.io/docs/reference/using-api/server-side-apply/
77
* and https://kubernetes.io/docs/reference/using-api/server-side-apply/#api-implementation
88
*/
@@ -14,5 +14,5 @@ export enum PatchStrategy {
1414
/** Merge with different strategies depending on field metadata. */
1515
StrategicMergePatch = 'application/strategic-merge-patch+json',
1616
/** Server-Side Apply */
17-
ServerSideApply = 'application/apply-patch+yaml'
17+
ServerSideApply = 'application/apply-patch+yaml',
1818
}

0 commit comments

Comments
 (0)