@intentius/behold 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/AGENTS.md +94 -2
  2. package/README.md +133 -2
  3. package/demos.json +25 -1
  4. package/dist/cli.js +3176 -330
  5. package/example-argo-estate/README.md +71 -0
  6. package/example-argo-estate/app-a/chant.config.ts +18 -0
  7. package/example-argo-estate/app-a/manifests/app.yaml +54 -0
  8. package/example-argo-estate/app-a/package.json +13 -0
  9. package/example-argo-estate/app-a/src/app.ts +35 -0
  10. package/example-argo-estate/app-a/tsconfig.json +1 -0
  11. package/example-argo-estate/app-b/chant.config.ts +18 -0
  12. package/example-argo-estate/app-b/manifests/app.yaml +54 -0
  13. package/example-argo-estate/app-b/package.json +13 -0
  14. package/example-argo-estate/app-b/src/app.ts +34 -0
  15. package/example-argo-estate/app-b/tsconfig.json +1 -0
  16. package/example-argo-estate/control-plane/chant.config.ts +29 -0
  17. package/example-argo-estate/control-plane/package.json +13 -0
  18. package/example-argo-estate/control-plane/src/argo.ts +69 -0
  19. package/example-argo-estate/control-plane/tsconfig.json +1 -0
  20. package/example-argo-estate/package-lock.json +1949 -0
  21. package/example-argo-estate/package.json +10 -0
  22. package/example-carve/README.md +194 -0
  23. package/example-carve/app/chant.config.ts +6 -0
  24. package/example-carve/app/package-lock.json +1075 -0
  25. package/example-carve/app/package.json +13 -0
  26. package/example-carve/app/src/carved.ts +30 -0
  27. package/example-carve/app/tsconfig.json +1 -0
  28. package/example-carve/carve-report.json +872 -0
  29. package/example-carve/legacy-tf/cdn.tf +23 -0
  30. package/example-carve/legacy-tf/compute.tf +63 -0
  31. package/example-carve/legacy-tf/floci-override.tf.disabled +61 -0
  32. package/example-carve/legacy-tf/modules/cdn/main.tf +72 -0
  33. package/example-carve/legacy-tf/naming.tf +10 -0
  34. package/example-carve/legacy-tf/network.tf +119 -0
  35. package/example-carve/legacy-tf/observability.tf +18 -0
  36. package/example-carve/legacy-tf/outputs.tf +16 -0
  37. package/example-carve/legacy-tf/storage.tf +33 -0
  38. package/example-carve/legacy-tf/terraform.tfstate +602 -0
  39. package/example-carve/legacy-tf/versions.tf +40 -0
  40. package/example-flux-estate/README.md +22 -12
  41. package/example-flux-estate/app-a/package.json +2 -2
  42. package/example-flux-estate/app-a/src/app.ts +2 -1
  43. package/example-flux-estate/app-b/chant.config.ts +4 -3
  44. package/example-flux-estate/app-b/package.json +2 -2
  45. package/example-flux-estate/app-b/src/app.ts +5 -3
  46. package/example-flux-estate/control-plane/package.json +2 -2
  47. package/example-flux-estate/control-plane/src/flux.ts +10 -2
  48. package/example-flux-estate/package-lock.json +17 -17
  49. package/example-k8s/README.md +16 -2
  50. package/example-k8s/base/deployment.yaml +21 -0
  51. package/example-k8s/base/kustomization.yaml +3 -0
  52. package/example-k8s/base/service.yaml +12 -0
  53. package/example-k8s/chant.config.ts +10 -0
  54. package/example-k8s/overlays/dev/kustomization.yaml +6 -0
  55. package/example-k8s/package-lock.json +18 -18
  56. package/example-k8s/package.json +3 -3
  57. package/example-writes/package-lock.json +14 -14
  58. package/example-writes/package.json +3 -3
  59. package/package.json +9 -6
  60. package/web/app.js +1027 -42
  61. package/web/carve-steps.js +610 -0
  62. package/web/carve-steps.test.js +233 -0
  63. package/web/demos.js +71 -0
  64. package/web/demos.test.js +83 -0
  65. package/web/icons/cncf/argo.svg +1 -0
  66. package/web/icons/cncf/flux.svg +1 -0
  67. package/web/icons/cncf/helm.svg +1 -0
  68. package/web/icons/k8s/c-role.svg +1 -0
  69. package/web/icons/k8s/cm.svg +1 -0
  70. package/web/icons/k8s/crb.svg +1 -0
  71. package/web/icons/k8s/crd.svg +1 -0
  72. package/web/icons/k8s/cronjob.svg +1 -0
  73. package/web/icons/k8s/deploy.svg +1 -0
  74. package/web/icons/k8s/ds.svg +1 -0
  75. package/web/icons/k8s/ep.svg +1 -0
  76. package/web/icons/k8s/group.svg +1 -0
  77. package/web/icons/k8s/hpa.svg +1 -0
  78. package/web/icons/k8s/ing.svg +1 -0
  79. package/web/icons/k8s/job.svg +1 -0
  80. package/web/icons/k8s/limits.svg +1 -0
  81. package/web/icons/k8s/netpol.svg +1 -0
  82. package/web/icons/k8s/ns.svg +1 -0
  83. package/web/icons/k8s/pod.svg +1 -0
  84. package/web/icons/k8s/psp.svg +1 -0
  85. package/web/icons/k8s/pv.svg +1 -0
  86. package/web/icons/k8s/pvc.svg +1 -0
  87. package/web/icons/k8s/quota.svg +1 -0
  88. package/web/icons/k8s/rb.svg +1 -0
  89. package/web/icons/k8s/role.svg +1 -0
  90. package/web/icons/k8s/rs.svg +1 -0
  91. package/web/icons/k8s/sa.svg +1 -0
  92. package/web/icons/k8s/sc.svg +1 -0
  93. package/web/icons/k8s/secret.svg +1 -0
  94. package/web/icons/k8s/sts.svg +1 -0
  95. package/web/icons/k8s/svc.svg +1 -0
  96. package/web/icons/k8s/user.svg +1 -0
  97. package/web/icons/k8s/vol.svg +1 -0
  98. package/web/index.html +285 -85
  99. package/web/json-view.js +334 -0
  100. package/web/json-view.test.js +218 -0
  101. package/web/layout-store.js +278 -0
  102. package/web/layout-store.test.js +388 -0
  103. package/web/panel.js +28 -0
  104. package/web/theme.js +114 -6
@@ -0,0 +1,233 @@
1
+ // #254: the pure half of web/carve-steps.js, tested the way web/json-view.js
2
+ // (#259) and web/layout-store.js (#245) are — no DOM, no jsdom, no browser.
3
+ // Everything the stepper DECIDES (which step is reachable, what the Pick step
4
+ // can honestly claim about the cut, which runbook lines are commands, what
5
+ // `chant lint` reads as) is a function from data to data, so it is checkable
6
+ // here; the DOM half — the buttons, the copy controls, the six-step walk — is
7
+ // smoke/ui-smoke.mjs's job.
8
+ import { describe, it, expect } from "vitest";
9
+ import {
10
+ CARVE_STEPS,
11
+ blockedReason,
12
+ carveable,
13
+ completed,
14
+ cutSummary,
15
+ edgeLine,
16
+ initialCarveState,
17
+ lintVerdict,
18
+ pickFacts,
19
+ runbookCommands,
20
+ stepStatus,
21
+ } from "./carve-steps.js";
22
+
23
+ const BUCKET = {
24
+ address: "aws_s3_bucket.assets",
25
+ score: 88,
26
+ band: "clean leaf",
27
+ mapsTo: "AWS::S3::Bucket",
28
+ breakdown: { inbound: 1, outbound: 0, tier: 1 },
29
+ };
30
+ const NODE = { id: "aws_s3_bucket.assets", attrs: { arithmetic: "100 - 12x1 inbound = 88", score: 88, band: "clean leaf", tier: 1 } };
31
+
32
+ const picked = () => ({ ...initialCarveState(), step: 1, pick: { node: NODE, resource: BUCKET } });
33
+
34
+ describe("the six steps", () => {
35
+ it("are the six #254 names, in order", () => {
36
+ expect(CARVE_STEPS.map((s) => s.id)).toEqual(["advise", "pick", "emit", "bridge", "handoff", "done"]);
37
+ });
38
+ });
39
+
40
+ describe("blockedReason — the gates are real data dependencies", () => {
41
+ it("blocks emit until something is picked", () => {
42
+ expect(blockedReason(initialCarveState(), "emit")).toContain("Pick a resource first");
43
+ expect(blockedReason(picked(), "emit")).toBeNull();
44
+ });
45
+
46
+ it("blocks bridge until emit ran, and says why: the manifest emit leaves behind", () => {
47
+ expect(blockedReason(picked(), "bridge")).toContain("carve manifest");
48
+ expect(blockedReason({ ...picked(), emit: { ok: true } }, "bridge")).toBeNull();
49
+ });
50
+
51
+ it("blocks handoff until bridge wrote the runbook", () => {
52
+ const s = { ...picked(), emit: { ok: true } };
53
+ expect(blockedReason(s, "handoff")).toContain("Run Bridge first");
54
+ expect(blockedReason({ ...s, bridge: { ok: true } }, "handoff")).toBeNull();
55
+ });
56
+
57
+ it("never blocks advise or pick — the walkthrough always has a first frame", () => {
58
+ expect(blockedReason(initialCarveState(), "advise")).toBeNull();
59
+ expect(blockedReason(initialCarveState(), "pick")).toBeNull();
60
+ });
61
+ });
62
+
63
+ describe("completed / stepStatus", () => {
64
+ it("a fresh walkthrough is on advise, with everything past pick blocked", () => {
65
+ const s = initialCarveState();
66
+ expect(stepStatus(s, 0)).toBe("current");
67
+ expect(stepStatus(s, 1)).toBe("todo");
68
+ expect(stepStatus(s, 2)).toBe("blocked");
69
+ expect(stepStatus(s, 5)).toBe("blocked");
70
+ });
71
+
72
+ it("a step reads done from its RESULT, not from having walked past it", () => {
73
+ const s = { ...picked(), step: 3 };
74
+ expect(completed(s, "emit")).toBe(false);
75
+ expect(stepStatus(s, 2)).toBe("todo"); // stepped past emit without running it
76
+ expect(completed({ ...s, emit: { ok: true } }, "emit")).toBe(true);
77
+ });
78
+
79
+ it("done needs the handoff acknowledged AND the bridge run", () => {
80
+ const s = { ...picked(), emit: { ok: true }, bridge: { ok: true } };
81
+ expect(completed(s, "done")).toBe(false);
82
+ expect(completed({ ...s, handoff: true }, "done")).toBe(true);
83
+ });
84
+ });
85
+
86
+ describe("cutSummary — counts and edge lists are different claims", () => {
87
+ it("names the survivors when the report carries the edge lists (chant#1636)", () => {
88
+ const withEdges = {
89
+ ...BUCKET,
90
+ boundary: {
91
+ inbound: [
92
+ {
93
+ direction: "inbound",
94
+ survivor: "aws_lambda_function.api",
95
+ carved: "aws_s3_bucket.assets",
96
+ attrs: ["bucket"],
97
+ via: ["environment"],
98
+ bridge: "tf-data-source",
99
+ required: "immediately",
100
+ },
101
+ ],
102
+ outbound: [],
103
+ },
104
+ };
105
+ const cut = cutSummary(withEdges);
106
+ expect(cut.known).toBe(true);
107
+ expect(cut.items[0]).toContain("aws_lambda_function.api");
108
+ expect(cut.items[0]).toContain("data source");
109
+ expect(cut.note).toBeNull();
110
+ });
111
+
112
+ it("falls back to the counts, and SAYS the survivors aren't in this report", () => {
113
+ const cut = cutSummary(BUCKET);
114
+ expect(cut.known).toBe(false);
115
+ expect(cut.items[0]).toContain("1 inbound");
116
+ expect(cut.note).toContain("chant#1636");
117
+ });
118
+
119
+ it("distinguishes 'no edges' from 'not reported'", () => {
120
+ const clean = cutSummary({ ...BUCKET, breakdown: { inbound: 0, outbound: 0, tier: 1 } });
121
+ expect(clean.items[0]).toContain("No boundary edges at all");
122
+ expect(clean.note).toBeNull();
123
+ });
124
+
125
+ it("reads either shape of the boundary field", () => {
126
+ const flat = cutSummary({ ...BUCKET, boundary: [{ survivor: "a", carved: "b", direction: "outbound" }] });
127
+ expect(flat.known).toBe(true);
128
+ });
129
+
130
+ it("falls back to the IR node's own counts when the raw report isn't in hand", () => {
131
+ // The lens puts inbound/outbound on every card, so a pick made before the
132
+ // extra /api/carve fetch lands still says something true — rather than
133
+ // claiming "no boundary edges at all", which would be a different (and
134
+ // wrong) statement about the same resource.
135
+ const cut = cutSummary(null, { id: "aws_s3_bucket.assets", attrs: { inbound: 1, outbound: 0 } });
136
+ expect(cut.items[0]).toContain("1 inbound");
137
+ expect(cut.note).toContain("chant#1636");
138
+ });
139
+
140
+ it("still reads a genuine zero as zero, not as missing", () => {
141
+ const cut = cutSummary(null, { id: "x", attrs: { inbound: 0, outbound: 0 } });
142
+ expect(cut.items[0]).toContain("No boundary edges at all");
143
+ });
144
+ });
145
+
146
+ describe("edgeLine", () => {
147
+ it("reads an inbound edge as the survivor's problem and an outbound as ours", () => {
148
+ expect(edgeLine({ direction: "inbound", survivor: "lambda", carved: "bucket", attrs: ["bucket"] })).toContain("lambda reads bucket");
149
+ expect(edgeLine({ direction: "outbound", survivor: "vpc", carved: "sg", attrs: ["id"] })).toContain("from vpc");
150
+ expect(edgeLine({ direction: "outbound", survivor: "vpc", carved: "sg", bridge: "deferred-input" })).toContain("deploy-time input");
151
+ });
152
+ });
153
+
154
+ describe("pickFacts / carveable", () => {
155
+ it("shows the arithmetic the lens already spelled out", () => {
156
+ const facts = pickFacts(NODE, BUCKET);
157
+ expect(facts.map((f) => f.label)).toEqual(["address", "score", "arithmetic", "maps to", "tier"]);
158
+ expect(facts[2].value).toBe("100 - 12x1 inbound = 88");
159
+ });
160
+
161
+ it("says up front when a resource has no native mapping to carve into", () => {
162
+ expect(carveable(BUCKET, NODE)).toBeNull();
163
+ const unmappable = { address: "random_pet.suffix", score: 0, band: "leave in Terraform", breakdown: { tier: null } };
164
+ expect(carveable(unmappable, { id: "random_pet.suffix", attrs: { tier: "none" } })).toContain("no known native mapping");
165
+ });
166
+ });
167
+
168
+ describe("runbookCommands", () => {
169
+ // chant's own runbook shape (carve bridge, 0.44.4), trimmed.
170
+ const RUNBOOK = `# Carve-out: aws_s3_bucket.assets → chant [observe-first, reversible]
171
+
172
+ ## 1. Review the emitted chant source
173
+ (produced by \`chant carve emit\` — confirm it builds to a spec-true template)
174
+
175
+ ## 2. Stop Terraform managing the resource (does NOT destroy it)
176
+ terraform state rm aws_s3_bucket.assets aws_s3_bucket_versioning.assets
177
+
178
+ ## 3. Confirm no destroy, then patch the survivors
179
+ terraform plan # expect 0 to destroy
180
+ # the generated bridge patch removes the carved block(s)
181
+ terraform plan # expect: in-place updates to the survivors only
182
+ terraform apply
183
+
184
+ ## Rollback (any time before apply-graduation)
185
+ terraform import aws_s3_bucket.assets <physical-id>
186
+ `;
187
+
188
+ it("takes the indented commands, in order, under their own headings", () => {
189
+ const cmds = runbookCommands(RUNBOOK);
190
+ expect(cmds.map((c) => c.command)).toEqual([
191
+ "terraform state rm aws_s3_bucket.assets aws_s3_bucket_versioning.assets",
192
+ "terraform plan",
193
+ "terraform apply",
194
+ "terraform import aws_s3_bucket.assets <physical-id>",
195
+ ]);
196
+ expect(cmds[0].section).toContain("Stop Terraform managing");
197
+ });
198
+
199
+ it("drops annotations, keeps a trailing comment as the row's note, and dedupes", () => {
200
+ const cmds = runbookCommands(RUNBOOK);
201
+ expect(cmds.some((c) => c.command.startsWith("("))).toBe(false);
202
+ expect(cmds.some((c) => c.command.startsWith("#"))).toBe(false);
203
+ expect(cmds.filter((c) => c.command === "terraform plan")).toHaveLength(1);
204
+ expect(cmds[1].note).toBe("expect 0 to destroy");
205
+ });
206
+
207
+ it("survives an empty or missing runbook", () => {
208
+ expect(runbookCommands("")).toEqual([]);
209
+ expect(runbookCommands(null)).toEqual([]);
210
+ });
211
+ });
212
+
213
+ describe("lintVerdict", () => {
214
+ it("counts warnings off chant's SUMMARY line, not the column numbers above it", () => {
215
+ const output =
216
+ " 5:1 warning Exported declarable 'assets' is never referenced. COR004\n" +
217
+ " 5:23 warning S3 Bucket created without encryption configuration. WAW006\n" +
218
+ " 7:9 warning Inline object in Declarable constructor. COR001\n\n" +
219
+ "⚠ 3 warnings";
220
+ expect(lintVerdict({ ok: true, code: 0, output }).text).toBe("chant lint: passes, 3 warning(s)");
221
+ });
222
+
223
+ it("reads a clean run and a failing one", () => {
224
+ expect(lintVerdict({ ok: true, code: 0, output: "" }).text).toBe("chant lint: passes");
225
+ const bad = lintVerdict({ ok: false, code: 1, output: "✖ 2 errors" });
226
+ expect(bad.tone).toBe("bad");
227
+ expect(bad.text).toContain("exited 1");
228
+ });
229
+
230
+ it("is null with no lint at all — nothing to claim", () => {
231
+ expect(lintVerdict(null)).toBeNull();
232
+ });
233
+ });
package/web/demos.js ADDED
@@ -0,0 +1,71 @@
1
+ // The demo catalog in the switcher (#268) — the panel's half of `behold demo
2
+ // --list`. The server (GET /api/demos) answers with the install's own bundled
3
+ // catalog, each entry already carrying whether it can run on this machine
4
+ // (doctor's PATH probes) and whether starting it reaches the network. This
5
+ // module turns one of those rows into what a button says about it; app.js
6
+ // builds the DOM with the panel's own helpers.
7
+ //
8
+ // A demo that can't run here is rendered disabled with its reason on its face,
9
+ // never hidden: "k8s needs k3d" is a thing worth knowing, and a catalog that
10
+ // silently shrinks to what happens to be installed teaches nothing.
11
+
12
+ /** GET the catalog. Never throws and never rejects — a server too old to know
13
+ * the route (or an export with no server at all) is an empty catalog, and the
14
+ * demos group simply doesn't render. */
15
+ export async function fetchDemos(fetchImpl) {
16
+ const get = fetchImpl || ((u) => fetch(u));
17
+ try {
18
+ const res = await get("/api/demos");
19
+ if (!res.ok) return [];
20
+ const body = await res.json();
21
+ return Array.isArray(body.demos) ? body.demos : [];
22
+ } catch {
23
+ return [];
24
+ }
25
+ }
26
+
27
+ /** `https://github.com/INTENTIUS/fountain-ops` → `github.com/INTENTIUS/fountain-ops`
28
+ * — a label wants the host and the path, not the scheme. */
29
+ export function shortRepo(repo) {
30
+ return String(repo || "").replace(/^[a-z+]+:\/\//i, "").replace(/\.git$/, "");
31
+ }
32
+
33
+ /** The one thing worth saying about this demo beyond its name: why it can't
34
+ * run, that starting it clones from the network, or that it's already on disk. */
35
+ export function demoNote(demo) {
36
+ if (!demo.satisfiable) return demo.reason || "unavailable here";
37
+ // #254: runnable, but not as an in-place switch — the carve walkthrough
38
+ // serves a report rather than a project, and a running server can't change
39
+ // into carve mode. Listed, disabled, with the command that does work.
40
+ if (demo.switchable === false) return demo.reason || "run it from a terminal";
41
+ if (demo.fetches) return demo.repo ? `clones ${shortRepo(demo.repo)}` : "clones from the network";
42
+ if (demo.loaded) return "loaded";
43
+ return "";
44
+ }
45
+
46
+ export function demoLabel(demo) {
47
+ const note = demoNote(demo);
48
+ return note ? `${demo.name} · ${note}` : demo.name;
49
+ }
50
+
51
+ /** The tooltip: what the demo is, then exactly what clicking it will do —
52
+ * including the fetch, before it happens. */
53
+ export function demoTitle(demo) {
54
+ if (!demo.satisfiable) {
55
+ return `${demo.description}\n\nCan't run here — ${demo.reason || "a prerequisite is missing"}. Install it and reopen behold.`;
56
+ }
57
+ if (demo.switchable === false) {
58
+ return `${demo.description}\n\nNot a project switch — ${demo.reason || "run it from a terminal"}.`;
59
+ }
60
+ const source = demo.fetches
61
+ ? `Clones ${demo.repo || "a public repo"} into ${demo.target}`
62
+ : `${demo.loaded ? "Reuses" : "Copies the bundled example to"} ${demo.target}`;
63
+ const setup = ", installs its dependencies";
64
+ return `${demo.description}\n\n${source}${setup}, then serves it here. It's yours — edit it and the graph follows.`;
65
+ }
66
+
67
+ /** The loading line, said while it runs. Distinguishes the fetch from the copy
68
+ * for the same reason the button does. */
69
+ export function demoProgress(demo) {
70
+ return `loading the ${demo.name} demo — ${demo.fetches ? "cloning" : "copying"}, installing…`;
71
+ }
@@ -0,0 +1,83 @@
1
+ // #268: what the switcher's demo buttons say. Pure functions over one /api/demos
2
+ // row, so they get unit tests next to them; the smoke covers the DOM they end up
3
+ // in. The two rules worth pinning: a demo that can't run here says WHY (it is
4
+ // rendered disabled, not dropped), and one that would clone from the network
5
+ // says so on the button, before anyone clicks it.
6
+ import { describe, it, expect } from "vitest";
7
+ import { fetchDemos, shortRepo, demoNote, demoLabel, demoTitle, demoProgress } from "./demos.js";
8
+
9
+ const row = (over = {}) => ({
10
+ name: "k8s",
11
+ description: "nginx on a throwaway k3d cluster.",
12
+ requires: ["docker", "k3d"],
13
+ source: "bundled",
14
+ fetches: false,
15
+ target: "/w/behold-demos/k8s",
16
+ loaded: false,
17
+ satisfiable: true,
18
+ ...over,
19
+ });
20
+
21
+ describe("the demo button's face", () => {
22
+ it("a runnable, unloaded demo is just its name", () => {
23
+ expect(demoLabel(row())).toBe("k8s");
24
+ expect(demoNote(row())).toBe("");
25
+ });
26
+
27
+ it("an unsatisfiable demo carries its reason — the disabled row still teaches", () => {
28
+ const blocked = row({ satisfiable: false, reason: "needs k3d on PATH" });
29
+ expect(demoLabel(blocked)).toBe("k8s · needs k3d on PATH");
30
+ expect(demoTitle(blocked)).toContain("Can't run here — needs k3d on PATH");
31
+ // A server that forgot the reason still says something honest.
32
+ expect(demoNote(row({ satisfiable: false }))).toBe("unavailable here");
33
+ });
34
+
35
+ it("a network-fetching demo names the repo it would clone", () => {
36
+ const remote = row({ name: "fountain", fetches: true, repo: "https://github.com/INTENTIUS/fountain-ops" });
37
+ expect(demoLabel(remote)).toBe("fountain · clones github.com/INTENTIUS/fountain-ops");
38
+ expect(demoTitle(remote)).toContain("Clones https://github.com/INTENTIUS/fountain-ops");
39
+ expect(demoProgress(remote)).toContain("cloning");
40
+ expect(demoProgress(row())).toContain("copying");
41
+ // The reason wins over the fetch note: it can't run at all.
42
+ expect(demoNote(row({ fetches: true, satisfiable: false, reason: "needs git on PATH" }))).toBe("needs git on PATH");
43
+ });
44
+
45
+ it("an already-copied demo says so, and its tooltip promises a reuse", () => {
46
+ expect(demoLabel(row({ loaded: true }))).toBe("k8s · loaded");
47
+ expect(demoTitle(row({ loaded: true }))).toContain("Reuses /w/behold-demos/k8s");
48
+ expect(demoTitle(row())).toContain("Copies the bundled example to /w/behold-demos/k8s");
49
+ });
50
+
51
+ it("a runnable demo that isn't a project switch says which command IS (#254)", () => {
52
+ const carve = row({ name: "carve", switchable: false, reason: "serves a carve report, not a project — run `behold demo carve`" });
53
+ expect(demoLabel(carve)).toBe("carve · serves a carve report, not a project — run `behold demo carve`");
54
+ expect(demoTitle(carve)).toContain("Not a project switch");
55
+ // Still satisfiable — the row is disabled for a different reason, and
56
+ // conflating the two would tell someone to install something they have.
57
+ expect(demoTitle(carve)).not.toContain("Can't run here");
58
+ expect(demoNote(row({ switchable: false }))).toBe("run it from a terminal");
59
+ });
60
+
61
+ it("shortRepo drops the scheme and the .git suffix", () => {
62
+ expect(shortRepo("https://github.com/INTENTIUS/fountain-ops.git")).toBe("github.com/INTENTIUS/fountain-ops");
63
+ expect(shortRepo(undefined)).toBe("");
64
+ });
65
+ });
66
+
67
+ describe("fetchDemos degrades to an empty catalog", () => {
68
+ const res = (body, ok = true) => ({ ok, json: async () => body });
69
+
70
+ it("returns the rows a server answers with", async () => {
71
+ expect(await fetchDemos(async () => res({ demos: [row()] }))).toHaveLength(1);
72
+ });
73
+
74
+ it("a 404 (an older server), a junk body, or a dead fetch is no group at all", async () => {
75
+ expect(await fetchDemos(async () => res({}, false))).toEqual([]);
76
+ expect(await fetchDemos(async () => res({ demos: "nope" }))).toEqual([]);
77
+ expect(
78
+ await fetchDemos(async () => {
79
+ throw new Error("offline");
80
+ }),
81
+ ).toEqual([]);
82
+ });
83
+ });
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" viewBox="0 0 581 747"><path id="cncf-argo-a" fill="#fff" d="M336.76 437.61c0 28.31-18.83 43.36-49.29 43.36-30.45 0-47.2-17.84-47.2-43.36 0 0 16.75 23.65 47.2 23.65 30.46 0 49.3-23.65 49.3-23.65Z"/><path fill="#E2F5FC" d="M290.5 547.98c148.47 0 268.84-120.45 268.84-269.04 0-148.58-120.37-269.03-268.84-269.03-148.47 0-268.84 120.45-268.84 269.03 0 148.59 120.37 269.04 268.84 269.04Z"/><path fill="#CDECF6" d="M290.5 504.04c121.36 0 219.74-98.45 219.74-219.9S411.86 64.24 290.5 64.24c-121.36 0-219.74 98.45-219.74 219.9s98.38 219.9 219.74 219.9Z"/><path fill="#fff" d="M208.31 91.51a12.98 12.98 0 1 0 0-25.96 12.98 12.98 0 0 0 0 25.96Zm-96.57 325.82a4.5 4.5 0 1 0 7.08-5.54c-87.8-112.21-37.15-257.65 62.5-314.74a4.5 4.5 0 0 0-4.47-7.8C73.23 148.6 20.03 300.12 111.74 417.33Z"/><path fill="#B5D2F3" d="M19.26 225.54a3.5 3.5 0 1 0-7 0h7Zm-7 105.38a3.5 3.5 0 1 0 7 0h-7Zm555.07-105.88a3.5 3.5 0 1 0-7 0h7Zm-7 105.38a3.5 3.5 0 1 0 7 0h-7ZM289.79 555.97c153.28 0 277.54-124.35 277.54-277.73h-7c0 149.52-121.13 270.73-270.54 270.73v7Zm277.54-277.73C567.33 124.84 443.07.5 289.79.5v7c149.41 0 270.54 121.21 270.54 270.74h7ZM289.79.5C136.51.5 12.26 124.85 12.26 278.24h7C19.26 128.7 140.38 7.5 289.79 7.5v-7ZM12.26 278.24c0 153.38 124.25 277.73 277.53 277.73v-7c-149.4 0-270.53-121.2-270.53-270.73h-7Zm0-52.7v105.38h7V225.54h-7Zm548.07-.5v105.38h7V225.04h-7Z"/><path fill="#B5D2F3" d="M21.66 225.73a10.84 10.84 0 1 0-21.66 0v106.43a10.84 10.84 0 1 0 21.66 0V225.73Zm559.34 0a10.84 10.84 0 1 0-21.66 0v106.43a10.84 10.84 0 1 0 21.66 0V225.73Z"/><path fill="#FE733E" d="M171.17 687.76c12.53-5.1 9.98-10.2 9.98-12.74l-6.1-92.55-5.37-46.3-8.12-289.07c0-68.6 50.73-132.72 127.3-132.72s130.76 61.71 130.88 132.77c-2.2 137.24-5.9 189.47-11.07 288.02-.63 13.47-2.38 33.86-2.96 46.32-2.88 61.66-6.14 91.87-6.14 93.53 0 2.55-2.54 7.64 9.98 12.74 12.52 5.1 41.46 11.71 41.46 13.33 0 1.6-48.89 0-48.89 0-28.02 0-28.02-20.98-28.02-26.07 0-5.1-7.64-92.6-7.64-92.6l-2.55 112.99c0 5.1 2.55 12.74 20.38 17.84 0 0 38.91 5.89 38.91 8.01 0 2.13-46.55 0-46.55 0-35.45 0-35.45-20.75-35.45-20.75l-7.64-92.6S331 700.5 331 713.24c0 9.99 1.73 17.63 29.54 22.73 13.43 3.73 40.54 8.35 40.54 10.2 0 1.85-61.86 0-61.86 0-33.11-2.55-36.24-25.5-36.24-25.5l-12.55-46.14-12.5 46.15s-5.09 22.94-38.2 25.49c0 0-56.17 1.85-56.17 0s22.5-5.99 36.81-10.2c19.36-5.69 29.55-12.74 29.55-22.73 0-12.74-2.55-105.35-2.55-105.35l-7.64 92.6s0 22.74-35.45 22.74c0 0-50.5.15-50.5-1.98 0-2.12 42.64-8 42.64-8 17.83-5.1 20.38-12.75 20.38-17.85l-2.55-113s-7.64 87.5-7.64 92.6c0 5.1 0 28.05-28.02 28.05 0 0-47.13-2.33-47.13-3.95 0-1.6 27.18-6.25 39.7-11.35Z"/><path fill="#FE6446" d="M169.68 536.16s-5.23 12.8-17.05 19.7c-11.81 6.9-25.51 9.14-38.4 10.84 0 0 17.72 8.87 39.39 6.9 13.58-1.1 19.28 2.36 21.42 8.87l-5.36-46.3Zm238.99-.99s7.63 12.8 19.45 19.7c11.82 6.9 25.51 9.15 38.4 10.85 0 0-17.72 8.87-39.38 6.9-13.58-1.1-19.29 2.35-21.43 8.87l2.96-46.32Z"/><path fill="#FE6446" d="m408.81 533 .99-16.02c-62.56 29.54-120.7 26.43-120.7 26.43s-58.49 2.45-119.92-26.57l.4 15.57s43.82 26.94 119.52 26.94c75.7 0 119.71-26.35 119.71-26.35Z" opacity=".3"/><path fill="#FEA777" d="M238.78 194.25a17.84 17.84 0 1 0-.01-35.67 17.84 17.84 0 0 0 .01 35.67Z" opacity=".5"/><path fill="#FE6B3C" d="M419.5 249.06s1.88-22.34-7.88-48.94c-26.77-73.01-92.56-87.71-128.02-85.64 0 0 50.28 23.76 52.61 99.8 1.06 33.72 1.06 34.78 1.06 34.78h82.23Z"/><use xlink:href="#cncf-argo-a"/><use xlink:href="#cncf-argo-a"/><path fill="#fff" d="M336.76 437.61c0 28.31-11.39 72.92-49.29 72.92s-47.2-47.4-47.2-72.92c0 0 0 43.36 47.2 43.36 51.62 0 49.3-43.36 49.3-43.36Z"/><path fill="#070909" d="M336.76 437.61c0 28.31-11.39 72.92-49.29 72.92s-47.2-47.4-47.2-72.92c0 0 0 43.36 47.2 43.36 51.62 0 49.3-43.36 49.3-43.36Z"/><path fill="#FE6446" d="M197.93 394.25a77.82 77.82 0 0 0 77.8-77.85c0-43-34.83-77.85-77.8-77.85a77.82 77.82 0 0 0-77.8 77.85c0 43 34.84 77.85 77.8 77.85Z"/><path fill="#fff" d="M197.73 378.32a60.94 60.94 0 0 0 60.92-60.96 60.94 60.94 0 0 0-60.92-60.97 60.94 60.94 0 0 0-60.92 60.97 60.94 60.94 0 0 0 60.92 60.96Z"/><path fill="#090B0B" d="M195.96 325.27a18.72 18.72 0 1 0-.01-37.44 18.72 18.72 0 0 0 .01 37.44Z"/><path fill="#FE6446" d="M381.1 394.25a77.82 77.82 0 0 0 77.79-77.85c0-43-34.83-77.85-77.8-77.85a77.82 77.82 0 0 0-77.79 77.85c0 43 34.83 77.85 77.8 77.85Z"/><path fill="#fff" d="M378 378.21a60.94 60.94 0 0 0 60.93-60.96A60.94 60.94 0 0 0 378 256.29a60.94 60.94 0 0 0-60.92 60.96A60.94 60.94 0 0 0 378 378.21Z"/><path fill="#090B0B" d="M379.13 325.27a18.72 18.72 0 1 0-.02-37.44 18.72 18.72 0 0 0 .01 37.44Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="48.00 -2.25 262.50 364.00"><defs><style>.cncf-flux-cls-1{fill:#326ce5}.cncf-flux-cls-3{fill:none}</style></defs><path d="M59.72393 97.77847a10.18251 10.18251 0 0 1 0-17.07393l114.0703-74.16023a10.18258 10.18258 0 0 1 11.10024 0l114.07029 74.16023a10.1825 10.1825 0 0 1 0 17.07394l-114.07029 74.16021a10.18254 10.18254 0 0 1-11.10024 0z" class="cncf-flux-cls-1"/><path fill="#c1d2f7" d="M197.35565 110.866h7.91277a6.00326 6.00326 0 0 0 5.19908-9.005l-25.92381-44.902a6.00355 6.00355 0 0 0-10.39838 0l-25.924 44.902a6.00326 6.00326 0 0 0 5.19905 9.005h7.913a6.0034 6.0034 0 0 1 6.00341 6.0034v51.2563l5.31037 3.45252a12.28743 12.28743 0 0 0 13.39445 0l5.31062-3.45252v-51.25628a6.0034 6.0034 0 0 1 6.0034-6.00341z"/><path d="M173.79348 353.27108a10.12828 10.12828 0 0 0 3.45643 1.402c-2.17549-1.2312-4.38727-2.37429-6.62269-3.46036zm-6.45667-161.19546l-11.3157 7.35661a110.993 110.993 0 0 0 11.31571 6.5997zm24.01537 23.71607c9.73858 3.11505 19.81317 5.64851 30.10973 8.18655 10.92032 2.69182 21.97355 5.42717 32.81792 9.00839l-35.41606-23.02482a215.88133 215.88133 0 0 1-27.51161-9.41007zm0 62.19159v.58577c0 2.56929-2.68787 4.65195-6.00338 4.65195h-12.00855c-3.31549 0-6.00338-2.08266-6.00338-4.65195v-6.60473c-24.90538-6.40209-49.87294-14.48506-70.85945-33.8211L81.94819 247.589c22.46761 22.0509 50.27893 28.93291 79.71441 36.1886 27.17852 6.69856 55.18051 13.65144 78.68557 33.44222l14.67907-9.54334c-18.53142-16.50431-40.40962-23.68778-63.67506-29.6932zm-98.03756 22.96639l38.90829 25.29525c20.06438 5.11336 40.20029 11.24773 58.311 23.36044l14.90023-9.687c-19.7518-13.6724-42.5505-19.3134-66.41889-25.197-15.28704-3.76779-30.83479-7.6166-45.70063-13.77169zm74.02219-82.25413a124.3199 124.3199 0 0 1-21.53392-12.62006l-14.80531 9.62521a124.54057 124.54057 0 0 0 36.33923 18.708zm51.41006 16.29412c-9.1062-2.24474-18.30362-4.52388-27.39469-7.29853v13.68209q5.051 1.2853 10.17672 2.53817c29.93438 7.37818 60.8879 15.00885 85.70767 39.82861.60979.60979 1.16261 1.23989 1.752 1.85715l9.97427-6.48445a10.10425 10.10425 0 0 0 3.47529-3.79928c-1.06644-1.17252-2.144-2.34132-3.28875-3.48612-22.58513-22.5853-50.66938-29.50856-80.40251-36.83764zm-19.93295 19.93298q-3.72217-.91747-7.46168-1.85484v13.20974c25.81676 6.56181 51.80263 14.68843 73.4551 35.04069l14.52114-9.44055c-.03854-.03875-.07256-.07916-.11131-.11792-22.58546-22.58524-50.66975-29.50848-80.40325-36.83712zm-31.47711-8.58681c-16.28-5.27813-32.11777-12.39682-46.344-24.13081l-14.68176 9.5451c17.87023 15.55727 38.7844 22.67266 61.02572 28.50068z" class="cncf-flux-cls-3"/><path d="M73.24049 254.95972c-.348-.348-.6585-.70949-.99967-1.05976l-12.51495 8.13648a10.16548 10.16548 0 0 0-1.64428 1.3968c1.05336 1.15677 2.11561 2.31024 3.24544 3.44 22.5852 22.58519 50.66968 29.50838 80.40322 36.83688 25.3425 6.24691 51.40113 12.71661 73.86454 29.60253l14.80574-9.62562c-20.86424-16.41993-45.53021-22.50891-71.45287-28.898-29.93385-7.37888-60.88738-15.00944-85.70717-39.82931z" class="cncf-flux-cls-3"/><path d="M218.86377 209.9618l-27.51159-17.886v8.4759a215.88 215.88 0 0 0 27.51159 9.4101zm-27.51159 5.82989v11.89938c9.09108 2.77471 18.28849 5.05388 27.39469 7.29853 29.73311 7.32909 57.81738 14.25232 80.40261 36.83773 1.14474 1.14474 2.22232 2.31354 3.28875 3.48611a10.19327 10.19327 0 0 0-3.4753-13.27711l-44.6831-29.04976c-10.84437-3.58121-21.89768-6.31656-32.81794-9.00838-10.29656-2.53799-20.37113-5.07145-30.10971-8.1865zm-24.01537-9.75969a110.99292 110.99292 0 0 1-11.31571-6.59969l-10.21821 6.6432a124.31932 124.31932 0 0 0 21.53392 12.62007zm34.19212 37.87941q-5.12528-1.26352-10.17673-2.53816v11.6946q3.73686.938 7.46168 1.85485c29.73352 7.32863 57.8178 14.25187 80.40318 36.83709.03876.03876.07277.07916.11132.11792l9.66023-6.28051c-.58945-.61726-1.14225-1.24733-1.752-1.85715-24.81978-24.81979-55.7733-32.45048-85.70768-39.82864zm-34.19212-9.50272a124.54057 124.54057 0 0 1-36.33923-18.708l-10.00473 6.50436c14.22612 11.734 30.06393 18.85268 46.344 24.1308zm0 25.84203c-22.24132-5.828-43.1555-12.94341-61.02572-28.5006l-9.8338 6.39315c20.98652 19.336 45.95407 27.41893 70.85947 33.8211zm24.01537 17.73256c23.26546 6.00539 45.14367 13.18886 63.67506 29.69312l9.78-6.35823c-21.65249-20.35225-47.63835-28.47893-73.45509-35.04068zM81.94813 247.589l-9.70729 6.311c.34117.35032.65166.71178.99967 1.05976 24.81977 24.81979 55.77329 32.45043 85.70706 39.82925 25.92266 6.38909 50.58863 12.47807 71.45288 28.898l9.94772-6.46724c-23.50506-19.79078-51.507-26.74365-78.68557-33.44222-29.43548-7.25569-57.2468-14.1377-79.71447-36.18855zM61.327 266.87321c-1.12983-1.12983-2.19209-2.28328-3.24545-3.44a10.1544 10.1544 0 0 0 1.64428 15.67957l33.5887 21.83694c14.86583 6.15509 30.41359 10.0039 45.70058 13.77166 23.8684 5.88357 46.66708 11.52464 66.4189 25.197l10.1606-6.6057c-22.46332-16.88587-48.522-23.35562-73.86447-29.60253-29.73343-7.32851-57.81791-14.25175-80.40314-36.83694zm109.30024 84.33948c2.2354 1.0861 4.44718 2.22919 6.62269 3.46036a10.16012 10.16012 0 0 0 7.64543-1.402l5.63858-3.66577c-18.11065-12.11266-38.24653-18.247-58.31095-23.36044z" class="cncf-flux-cls-1"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="cncf-helm-Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><defs><style>.cncf-helm-cls-1{fill:#0f1689;}</style></defs><path class="cncf-helm-cls-1" d="M136.52938,121.13478c-.572-.54252-1.19462-1.12636-1.81-1.71761-12.61677-12.12115-22.38092-26.13637-28.279-42.702-1.65073-4.63637-2.89692-9.36515-2.67587-14.35871.021-.4739.01959-.94915.05226-1.42214.445-6.44594,4.75912-9.70322,11.05839-8.17669a27.325,27.325,0,0,1,5.73149,2.19653c6.89022,3.45538,12.5062,8.56359,17.67051,14.16571a112.52651,112.52651,0,0,1,21.722,33.42965,8.29635,8.29635,0,0,0,.38946.861c.07116.12855.22232.21282.55927.51883A176.357,176.357,0,0,1,241.968,79.06864c-.17651-.8761-.28195-1.54571-.44772-2.2a112.49436,112.49436,0,0,1-2.65292-36.95637,84.07478,84.07478,0,0,1,4.44444-21.76378,31.32555,31.32555,0,0,1,5.47651-10.17139,15.687,15.687,0,0,1,3.16336-2.82149,7.026,7.026,0,0,1,8.03255-.056,17.27854,17.27854,0,0,1,5.8402,6.73185A53.05435,53.05435,0,0,1,271.08657,26.508a112.50469,112.50469,0,0,1,2.12263,33.00356,95.59806,95.59806,0,0,1-3.49052,19.91081c7.12171,1.31193,14.20955,2.32869,21.1473,3.97713a186.37909,186.37909,0,0,1,20.44069,6.0033A188.31671,188.31671,0,0,1,331.0769,97.9721c6.34538,3.16433,12.38553,6.94066,18.71757,10.53829.20571-.433.50439-.94982.706-1.50212A108.65959,108.65959,0,0,1,383.40128,60.246a37.75787,37.75787,0,0,1,11.822-6.883,17.24558,17.24558,0,0,1,3.67827-.84512c6.264-.71729,8.89351,3.2244,9.35653,7.93183a29.94372,29.94372,0,0,1-.77381,10.35466A87.90551,87.90551,0,0,1,396.75426,95.492c-6.79016,10.97178-14.85015,20.85494-25.09307,28.83042-.30234.2354-.56784.51814-1.07988.99029a177.77993,177.77993,0,0,1,26.59293,30.88244,10.96227,10.96227,0,0,1-1.689.29762c-10.59546.015-21.1911-.01829-31.78622.04607a4.004,4.004,0,0,1-3.17246-1.69,147.87522,147.87522,0,0,0-88.17776-46.54846,143.35862,143.35862,0,0,0-30.27955-1.16923,146.40735,146.40735,0,0,0-82.53728,31.81054,140.06663,140.06663,0,0,0-16.97616,15.84186,4.72839,4.72839,0,0,1-3.86326,1.75742c-10.12056-.07028-20.24188-.035-30.36293-.03495h-2.15212c.618-2.408,6.84026-10.93786,13.88352-18.55281C125.31349,132.2744,130.87768,126.8839,136.52938,121.13478Z"/><path class="cncf-helm-cls-1" d="M394.52934,347.9123a176.63854,176.63854,0,0,1-23.97343,27.16338c.70941.59068,1.28594,1.07041,1.86212,1.55057A108.31456,108.31456,0,0,1,406.10131,424.772a34.61831,34.61831,0,0,1,2.202,14.42026,14.88544,14.88544,0,0,1-.74786,3.69206,7.20762,7.20762,0,0,1-8.15793,5.02308,22.23329,22.23329,0,0,1-6.76276-2.00629,51.23237,51.23237,0,0,1-9.18151-5.8151,107.59183,107.59183,0,0,1-32.936-46.7072c-.18746-.51334-.39218-1.0204-.72243-1.87691a194.65008,194.65008,0,0,1-25.01223,14.00774,181.66925,181.66925,0,0,1-26.6869,9.72442,187.55649,187.55649,0,0,1-28.3045,5.38805c.16807.84015.26446,1.5098.43745,2.15907a109.172,109.172,0,0,1,2.9708,36.44311,80.804,80.804,0,0,1-4.42286,22.4773,78.24971,78.24971,0,0,1-4.16475,8.74473,13.39,13.39,0,0,1-2.33865,2.97083c-3.98009,4.109-8.73225,4.144-12.61157-.07366a27.28012,27.28012,0,0,1-3.907-5.61776c-3.07685-5.77569-4.6604-12.056-5.791-18.46021a116.86329,116.86329,0,0,1-1.35893-26.465,94.4795,94.4795,0,0,1,2.88466-19.18513c.14009-.53269.268-1.0696.37134-1.61034.02629-.13754-.06342-.2973-.17067-.73825a176.12108,176.12108,0,0,1-80.96855-24.99386c-.40992.90921-.76206,1.67473-1.10168,2.44579a110.47729,110.47729,0,0,1-30.90112,41.42041,38.16071,38.16071,0,0,1-12.04706,6.95909,12.08987,12.08987,0,0,1-6.51516.70023,7.11858,7.11858,0,0,1-5.40329-4.4892c-1.41614-3.424-1.16526-6.985-.68438-10.51691a55.45267,55.45267,0,0,1,4.30768-14.25037A112.49985,112.49985,0,0,1,134.88761,380.779c.459-.43461.92981-.857,1.38087-1.29954a3.76029,3.76029,0,0,0,.36534-.65529,178.90466,178.90466,0,0,1-28.469-31.31672c.98458-.08018,1.64327-.18,2.30205-.1806,10.51436-.00976,21.029.02736,31.54284-.04358a4.70554,4.70554,0,0,1,3.70344,1.62615,146.94611,146.94611,0,0,0,39.40276,28.88494,139.94667,139.94667,0,0,0,49.70395,14.77367q70.68048,6.87067,121.59971-42.85452a7.64571,7.64571,0,0,1,5.99261-2.44347c9.80139.12121,19.60512.04986,29.408.04986h2.53353Z"/><path class="cncf-helm-cls-1" d="M350.73576,197.76167c2.78711,0,5.47037.18919,8.11487-.0501,2.9951-.271,5.139.8001,7.32354,2.81308,12.61275,11.62214,25.35732,23.10129,38.05863,34.62729.63855.57948,1.29039,1.14432,2.1101,1.8701.76445-.65718,1.48119-1.24318,2.16483-1.8655Q428.14636,217.27914,447.756,199.37a5.44772,5.44772,0,0,1,4.20358-1.64576c3.21888.13038,6.44673.03746,9.8412.03746V303.13036c-1.72309.50368-24.8756.60366-27.63911.0611v-53.362l-.53656-.25427c-9.01079,8.21784-18.0216,16.43564-27.23786,24.8408-9.22584-8.31119-18.34194-16.52347-27.458-24.73577l-.52449.19192c-.023,4.45359-.00774,8.90828-.01046,13.36233q-.00408,6.63942-.00058,13.27882v26.87211h-27.428C350.45161,301.61243,350.21289,203.72342,350.73576,197.76167Z"/><path class="cncf-helm-cls-1" d="M97.63436,197.88229h27.26325c.55054,1.75251.65821,102.97139.09469,105.525H97.70468c-.15021-6.70344-.04736-13.38394-.06622-20.06131-.01871-6.62261-.0041-13.24531-.0041-20.03958H63.84679V303.047c-2.05946.61518-25.33374.67417-27.64758.123V197.89436H63.73742v37.18876c1.96793.56844,30.92319.67339,33.872.12942.00818-2.97713.02-6.02646.024-9.0758q.0063-4.7433.00094-9.4866,0-4.625,0-9.25C97.63437,204.32179,97.63436,201.24346,97.63436,197.88229Z"/><path class="cncf-helm-cls-1" d="M157.5757,303.3683V198.1946c1.617-.52913,61.545-.73586,65.46219-.20457v22.41432c-.87869.063-1.7857.18341-2.69279.18454q-16.0086.01994-32.01725.00881l-2.96767,0v17.43353H218.7067V261.2229H185.65838c-.55339,1.98509-.70531,15.81681-.25622,19.64583.84488.05679,1.75.16952,2.6553.17059q16.00862.01863,32.01727.00822h2.96945V303.3683Z"/><path class="cncf-helm-cls-1" d="M254.28291,303.40855c-.50074-2.82232-.39948-103.60181.09747-105.51735h27.16208v77.76453c1.17173.06084,2.09122.14921,3.01077.15005q16.128.01468,32.2561.00658c.92562,0,1.85125,0,2.90733,0v27.59622Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-c-role-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="c-role.svg"><defs id="k8s-c-role-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-c-role-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-c-role-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-c-role-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-c-role-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-c-role-g3341" transform="translate(0,0.28092246)"><ellipse id="k8s-c-role-ellipse7838-2" pointer-events="none" ry="0.50229818" rx="0.50633514" cy="9.9493122" cx="9.9282999" style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" /><path id="k8s-c-role-path7840-40" pointer-events="none" d="m 10.010926,5.8761701 -3.1080511,1.374181 0,2.0505009 c 0,1.901056 1.3247841,3.677988 3.1080511,4.109873 1.780734,-0.431885 3.106786,-2.208817 3.106786,-4.109873 l 0,-2.0505009 z m 1.645216,5.5182459 -3.291698,0 0,-2.7635579 0.472414,0 0,-0.301428 c 0,-0.650995 0.53194,-1.17914 1.189266,-1.17914 0.657327,0 1.189267,0.528145 1.189267,1.17914 l 0,0.301428 0.440751,0 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" /><path id="k8s-c-role-path7836-7" pointer-events="none" d="m 9.9878259,7.5890498 c -0.393889,0.0014 -0.713053,0.317896 -0.713053,0.707987 l 0,0.296364 1.4273741,0 0,-0.301428 c -0.0038,-0.388828 -0.321698,-0.701659 -0.7143211,-0.702923 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" /></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-cm-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="cm.svg"><defs id="k8s-cm-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-cm-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-cm-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-cm-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-cm-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-cm-g3349" transform="translate(0.11778981,0.45794291)"><path inkscape:export-ydpi="376.57999" inkscape:export-xdpi="376.57999" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:connector-curvature="0" d="m 8.236948,6.2914262 5.825001,0" id="k8s-cm-path876" /><path inkscape:export-ydpi="376.57999" inkscape:export-xdpi="376.57999" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:connector-curvature="0" d="m 5.723058,6.2914262 1.45834,0" id="k8s-cm-path880" /><a id="k8s-cm-a3346"><path id="k8s-cm-path884" d="m 10.353619,8.4080928 3.70833,0" inkscape:connector-curvature="0" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:export-xdpi="376.57999" inkscape:export-ydpi="376.57999" /></a><path inkscape:export-ydpi="376.57999" inkscape:export-xdpi="376.57999" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:connector-curvature="0" d="m 7.839728,8.4080928 1.4583305,0" id="k8s-cm-path888" /><path inkscape:export-ydpi="376.57999" inkscape:export-xdpi="376.57999" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:connector-curvature="0" d="m 10.353619,10.52476 3.70833,0" id="k8s-cm-path892" /><path inkscape:export-ydpi="376.57999" inkscape:export-xdpi="376.57999" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:connector-curvature="0" d="m 7.839728,10.52476 1.4583305,0" id="k8s-cm-path896" /><path inkscape:export-ydpi="376.57999" inkscape:export-xdpi="376.57999" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:connector-curvature="0" d="m 8.236948,12.641428 5.825001,0" id="k8s-cm-path900" /><path inkscape:export-ydpi="376.57999" inkscape:export-xdpi="376.57999" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" inkscape:connector-curvature="0" d="m 5.723058,12.641428 1.45834,0" id="k8s-cm-path904" /></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-crb-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="crb.svg"><defs id="k8s-crb-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-crb-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-crb-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-crb-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-crb-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><path id="k8s-crb-path8732" d="m 6.8821333,9.92437 c 0,-0.660388 0.53682,-1.197192 1.1972,-1.197192 l 1.5447698,0 0,-0.733764 -1.5447698,0 c -1.06589,0 -1.93095,0.865069 -1.93095,1.930956 0,1.065887 0.86506,1.930956 1.93095,1.930956 l 1.5447698,0 0,-0.733764 -1.5447698,0 c -0.66038,0 -1.1972,-0.536806 -1.1972,-1.197192 z m 1.5834,0.386191 3.0895197,0 0,-0.772382 -3.0895197,0 z m 3.4757197,-2.317147 -1.54477,0 0,0.733764 1.54477,0 c 0.66038,0 1.19718,0.536804 1.19718,1.197192 0,0.660386 -0.5368,1.197192 -1.19718,1.197192 l -1.54477,0 0,0.733764 1.54477,0 c 1.06589,0 1.93095,-0.865069 1.93095,-1.930956 0,-1.065887 -0.86506,-1.930956 -1.93095,-1.930956 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-opacity:1;stroke-width:0.3861911" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-crd-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="crd.svg"><defs id="k8s-crd-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-crd-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-crd-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-crd-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-crd-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><path style="fill:#ffffff;fill-opacity:1;stroke-width:0.46185368" inkscape:connector-curvature="0" d="m 14.269566,9.6934441 -0.692781,0 0,-1.847416 c 0,-0.5080383 -0.415668,-0.9237063 -0.923706,-0.9237063 l -1.847416,0 0,-0.69278 c 0,-0.637359 -0.517275,-1.154636 -1.1546334,-1.154636 -0.6373578,0 -1.1546338,0.517277 -1.1546338,1.154636 l 0,0.69278 -1.847416,0 c -0.508038,0 -0.919089,0.415668 -0.919089,0.9237063 l 0,1.755045 0.688164,0 c 0.688161,0 1.247005,0.5588429 1.247005,1.2470049 0,0.688162 -0.558844,1.247005 -1.247005,1.247005 l -0.692781,0 0,1.755045 c 0,0.508038 0.415668,0.923706 0.923706,0.923706 l 1.755045,0 0,-0.692781 c 0,-0.688161 0.558843,-1.247005 1.2470048,-1.247005 0.6881624,0 1.2470044,0.558844 1.2470044,1.247005 l 0,0.692781 1.755045,0 c 0.508038,0 0.923706,-0.415668 0.923706,-0.923706 l 0,-1.847416 0.692781,0 c 0.637358,0 1.154635,-0.517276 1.154635,-1.154634 0,-0.637358 -0.517277,-1.1546339 -1.154635,-1.1546339 z" id="k8s-crd-path7415" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-cronjob-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="cronjob.svg"><defs id="k8s-cronjob-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-cronjob-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-cronjob-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-cronjob-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-cronjob-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-cronjob-g3340" transform="translate(-0.57788824,0.77481116)"><path sodipodi:nodetypes="cccccccsccccccccccccccccccccccscc" inkscape:connector-curvature="0" id="k8s-cronjob-rect9061" d="m 11.672502,3.9600347 0,2.142506 2.20296,0 0,-2.142506 z m 0,3.08405 0,0.5462191 c 0.2587,-0.06122 0.52685,-0.09715 0.80357,-0.09715 0.49701,0 0.96978,0.106323 1.39939,0.2945548 l 0,-0.7436239 z m -6.2838598,0.03307 0,2.1425051 2.20297,0 0,-2.1425051 z m 3.1419301,0 0,2.1425051 0.9281098,0 C 9.7689722,8.6993308 10.208272,8.2650438 10.733542,7.9623709 l 0,-0.8852163 z m -3.1620802,3.1171223 0,2.142506 2.2029701,0 0,-2.142506 z m 3.1517501,0 0,2.142506 0.7064101,0 c -0.16935,-0.410763 -0.26458,-0.859621 -0.26458,-1.329635 0,-0.28008 0.0371,-0.551296 0.0997,-0.812871 z" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.418, 1.418;stroke-dashoffset:23.0452919;stroke-opacity:1" /><path id="k8s-cronjob-path9087" d="m 12.608072,7.9394728 c -1.7599,0 -3.1997998,1.439912 -3.1997998,3.1998052 0,1.759893 1.4398998,3.199805 3.1997998,3.199805 1.75989,0 3.199799,-1.439912 3.199799,-3.199805 0,-1.7598932 -1.439909,-3.1998052 -3.199799,-3.1998052 z m 1.34392,4.5437232 -1.6639,-1.023938 0,-1.9198832 0.47997,0 0,1.6639002 1.43992,0.863947 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-opacity:1;stroke-width:0.31998053" /></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-deploy-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="deploy.svg"><defs id="k8s-deploy-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-deploy-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-deploy-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-deploy-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-deploy-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-deploy-g3340" transform="translate(-0.65385546,0.63370063)"><path style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" inkscape:connector-curvature="0" d="m 10.225062,13.731632 0,0 C 7.7824218,13.847177 5.7050116,11.968386 5.5753417,9.5264634 5.4456516,7.0845405 7.3124018,4.9962905 9.7535318,4.8524795 c 2.4411202,-0.143811 4.5401412,1.71081 4.6980812,4.1510682 l -1.757081,0.1137208 c -0.0954,-1.473818 -1.36311,-2.593935 -2.8374602,-2.50708 -1.47434,0.08686 -2.60178,1.3480761 -2.52346,2.8228991 0.0783,1.4748224 1.333,2.6095384 2.8082502,2.5397534 z" id="k8s-deploy-path1222" /><path style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" inkscape:connector-curvature="0" d="m 11.135574,9.0088015 1.39745,3.4205085 3.2263,-3.4205085 z" id="k8s-deploy-path1224" /></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-ds-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="ds.svg"><defs id="k8s-ds-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-ds-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-ds-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-ds-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-ds-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-ds-g3343" transform="translate(0.58627835,0.45731048)"><path id="k8s-ds-path9163" d="m 7.708299,5.2827748 6.524989,0 0,4.5833348 -6.524989,0 z" inkscape:connector-curvature="0" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52914584;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58743756, 1.58743756;stroke-dashoffset:3.66698074;stroke-opacity:1" /><path inkscape:connector-curvature="0" id="k8s-ds-path9179" d="m 4.350169,13.606752 7.074559,0" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.61833036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-ds-path9167" d="m 6.169549,6.6940855 6.524989,0 0,4.5833355 -6.524989,0 z" inkscape:connector-curvature="0" style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52914584;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58743756, 1.58743756;stroke-dashoffset:3.87863898;stroke-opacity:1" /><path id="k8s-ds-path9171" d="m 4.630799,8.1053983 6.524999,0 0,4.5833347 -6.524999,0 z" inkscape:connector-curvature="0" style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /><path id="k8s-ds-path9169" d="m 4.5865192,8.1226661 6.5250018,0 0,4.5833339 -6.5250018,0 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" /></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-ep-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="ep.svg"><defs id="k8s-ep-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-ep-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-ep-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-ep-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-ep-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-ep-g3350" transform="translate(0.09238746,0.63369956)"><path id="k8s-ep-path1991" d="m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" /><path id="k8s-ep-path1993" d="m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" /><path id="k8s-ep-path2002" d="m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" /><path id="k8s-ep-path2005" d="m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" /><g transform="matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)" id="k8s-ep-g2062"><rect style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" id="k8s-ep-rect2056" width="0.6517092" height="2.909133" x="-226.88649" y="-89.58931" ry="0" /><path sodipodi:type="star" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" id="k8s-ep-path2058" sodipodi:sides="3" sodipodi:cx="-225.24307" sodipodi:cy="-91.970558" sodipodi:r1="2.2534723" sodipodi:r2="1.1267362" sodipodi:arg1="1.1997554" sodipodi:arg2="2.246953" inkscape:flatsided="false" inkscape:rounded="0" inkscape:randomized="0" d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z" inkscape:transform-center-x="-0.12952442" inkscape:transform-center-y="0.2874645" transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)" /></g><g id="k8s-ep-g2068" transform="matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)"><rect ry="0" y="-89.58931" x="-226.88649" height="2.909133" width="0.6517092" id="k8s-ep-rect2064" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" /><path transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)" inkscape:transform-center-y="0.2874645" inkscape:transform-center-x="-0.12952442" d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z" inkscape:randomized="0" inkscape:rounded="0" inkscape:flatsided="false" sodipodi:arg2="2.246953" sodipodi:arg1="1.1997554" sodipodi:r2="1.1267362" sodipodi:r1="2.2534723" sodipodi:cy="-91.970558" sodipodi:cx="-225.24307" sodipodi:sides="3" id="k8s-ep-path2066" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" sodipodi:type="star" /></g><rect transform="matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)" ry="0" y="7.8833199" x="-10.222737" height="2.2486105" width="0.65170413" id="k8s-ep-rect2070" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32321024;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" /><path transform="matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)" inkscape:transform-center-y="0.2874645" inkscape:transform-center-x="-0.12952442" d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z" inkscape:randomized="0" inkscape:rounded="0" inkscape:flatsided="false" sodipodi:arg2="2.246953" sodipodi:arg1="1.1997554" sodipodi:r2="1.1267362" sodipodi:r1="2.2534723" sodipodi:cy="-91.970558" sodipodi:cx="-225.24307" sodipodi:sides="3" id="k8s-ep-path2073" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" sodipodi:type="star" /></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-group-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="group.svg"><defs id="k8s-group-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-group-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-group-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-group-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-group-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><path style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20160896;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.40321791, 0.20160896;stroke-dashoffset:5.01860619;stroke-opacity:1" d="m 6.1663577,5.4236055 c -0.47469,0 -0.85677,0.382079 -0.85677,0.856768 l 0,7.2877045 c 0,0.47469 0.38208,0.857057 0.85677,0.857057 l 7.6878813,0 c 0.474679,0 0.85676,-0.382367 0.85676,-0.857057 l 0,-7.2877045 c 0,-0.474689 -0.382081,-0.856768 -0.85676,-0.856768 z m 2.59103,2.308032 c 0.5199394,0 0.9365204,0.419738 0.9365204,0.9396812 0,0.5199408 -0.416581,0.9396792 -0.9365204,0.9396792 -0.51994,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.41974,-0.9396812 0.93968,-0.9396812 z m 2.5058113,0 c 0.51995,0 0.93652,0.419738 0.93652,0.9396812 0,0.5199408 -0.41657,0.9396792 -0.93652,0.9396792 -0.519941,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.419739,-0.9396812 0.93968,-0.9396812 z M 8.7573877,10.237453 c 0.7298004,0 2.1925913,0.366497 2.1925913,1.096295 l 0,0.783066 -4.3851813,0 0,-0.783066 c 0,-0.729798 1.46279,-1.096295 2.19259,-1.096295 z m 2.5058113,0 c 0.7298,10e-7 2.19259,0.366497 2.19259,1.096295 l 0,0.783066 -1.87936,0 0,-0.783066 c 0,-0.463564 -0.25362,-0.817645 -0.616951,-1.080749 0.109621,-0.0094 0.212891,-0.01555 0.303721,-0.01555 z" id="k8s-group-rect8317" inkscape:connector-curvature="0" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-hpa-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="hpa.svg"><defs id="k8s-hpa-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-hpa-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-hpa-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-hpa-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-hpa-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-hpa-g3342" transform="matrix(0.91708941,0,0,0.88661142,0.84998242,1.6871552)"><path sodipodi:nodetypes="ccccccccccccccccccc" style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.15791963;stroke-linecap:square;stroke-miterlimit:10" inkscape:connector-curvature="0" d="m 2.329607,9.2906665 2.255639,-2.2556387 0,1.127819 0.830308,0 0,-3.3834573 9.14581,0 0,3.3834573 0.830309,0 0,-1.127819 2.25564,2.2556387 -2.25564,2.2556475 0,-1.127819 -0.830309,0 0,3.383457 -9.14581,0 0,-3.383457 -0.830308,0 0,1.127819 z" id="k8s-hpa-path7034" /><path id="k8s-hpa-path7157" d="M 6.483827,6.8352828 9.9884656,5.8189795 13.493095,6.8352828 9.9884656,7.8515858 Z" inkscape:connector-curvature="0" style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25609222;stroke-linecap:square;stroke-miterlimit:10" /><path id="k8s-hpa-path7159" d="m 6.483827,7.2244688 0,3.7291262 3.2653426,1.808777 0.01616,-4.5619332 z" inkscape:connector-curvature="0" style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25609222;stroke-linecap:square;stroke-miterlimit:10" /><path id="k8s-hpa-path7161" d="m 13.493095,7.2244688 0,3.7291262 -3.265343,1.808777 -0.01616,-4.5619332 z" inkscape:connector-curvature="0" style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25609222;stroke-linecap:square;stroke-miterlimit:10" /></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-ing-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="ing.svg"><defs id="k8s-ing-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-ing-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-ing-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-ing-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-ing-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><path id="k8s-ing-path7709" pointer-events="none" d="m 12.75799,13.997178 -2.270701,0 -4.9209009,-6.1558617 -1.42366,0 0,-2.0149069 2.31473,0 4.9230119,6.1558536 1.37752,0 0,-1.593474 3.119869,2.599882 -3.119869,2.601983 z m -2.47616,-4.7552751 1.09864,-1.3754256 1.37752,0 0,1.593475 3.119869,-2.5998829 -3.119869,-2.601983 0,1.593483 -2.270701,0 -1.4571904,1.8241102 z m -3.5979219,1.3649431 -1.11752,1.400578 -1.42366,0 0,2.014915 2.31473,0 1.4781699,-1.849278 z" inkscape:connector-curvature="0" style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.20966817" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="18.035334mm" height="17.500378mm" viewBox="0 0 18.035334 17.500378" version="1.1" id="k8s-job-svg13826" inkscape:version="0.91 r13725" sodipodi:docname="job.svg"><defs id="k8s-job-defs13820" /><g inkscape:label="Calque 1" inkscape:groupmode="layer" id="k8s-job-layer1" transform="translate(-0.99262638,-1.174181)"><g id="k8s-job-g70" transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"><path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="k8s-job-path3055" d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z" style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path id="k8s-job-path3054-2-9" d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" inkscape:connector-curvature="0" /></g><g id="k8s-job-g3345" transform="translate(0.30405635,1.0923112)"><rect y="10.877846" x="5.4527321" height="2.1426713" width="2.2029927" id="k8s-job-rect8971" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" /><rect style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" id="k8s-job-rect8973" width="2.2029927" height="2.1426713" x="8.6047411" y="10.877846" /><rect y="10.877846" x="11.756749" height="2.1426713" width="2.2029927" id="k8s-job-rect8975" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" /><rect style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" id="k8s-job-rect8977" width="2.2029927" height="2.1426713" x="11.756749" y="7.7276535" /><rect y="7.7607269" x="8.6148129" height="2.1426713" width="2.2029927" id="k8s-job-rect8979" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" /><rect style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" id="k8s-job-rect8981" width="2.2029927" height="2.1426713" x="5.4728899" y="7.7607269" /><rect y="4.6436005" x="11.756749" height="2.1426713" width="2.2029927" id="k8s-job-rect8983" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" /></g></g></svg>