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 fda0f49 commit 90867d7Copy full SHA for 90867d7
1 file changed
apps/supervisor/src/workloadManager/kubernetes.test.ts
@@ -1,5 +1,8 @@
1
import { describe, expect, it } from "vitest";
2
-import { BLOCK_IO_URING_SECCOMP_PROFILE, withBlockIoUringSeccompProfile } from "./kubernetesPodSpec.js";
+import {
3
+ BLOCK_IO_URING_SECCOMP_PROFILE,
4
+ withBlockIoUringSeccompProfile,
5
+} from "./kubernetesPodSpec.js";
6
7
const basePodSpec = {
8
restartPolicy: "Never" as const,
0 commit comments