|
58 | 58 | - [Rego](#rego)
|
59 | 59 | - [Expr](#expr)
|
60 | 60 | - [WebAssembly](#webassembly)
|
61 |
| - - [Starlark (formeraly known as Skylark)](#starlark-formeraly-known-as-skylark) |
| 61 | + - [Starlark (formerly known as Skylark)](#starlark-formerly-known-as-skylark) |
62 | 62 | - [Build our own](#build-our-own)
|
63 | 63 | - [Make it easier to validate CRDs using webhooks](#make-it-easier-to-validate-crds-using-webhooks)
|
64 |
| - - [Starlark](#starlark) |
65 | 64 | - [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
|
66 | 65 | <!-- /toc -->
|
67 | 66 |
|
@@ -1319,7 +1318,11 @@ The biggest problems with WebAssembly are:
|
1319 | 1318 |
|
1320 | 1319 | See also github.com/chimera-kube/chimera-admission
|
1321 | 1320 |
|
1322 |
| -### Starlark (formeraly known as Skylark) |
| 1321 | +### Starlark (formerly known as Skylark) |
| 1322 | + |
| 1323 | +See https://github.com/google/starlark-go/. |
| 1324 | +Starlark is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and automatic memory management or garbage collection. |
| 1325 | +It is mostly used in build system and has been added as a dependency in k/k. |
1323 | 1326 |
|
1324 | 1327 | Python dialect designed for scripts embedded in the Bazel build system. It is designed to allow for
|
1325 | 1328 | determinstic and hermetic execution. Implementations exist in Go, Java and Rust. It is used
|
@@ -1353,12 +1356,6 @@ is a time consuming way to solve what should be a simple problem.
|
1353 | 1356 | For cluster operators, regardless of what extensions they install in their cluster,
|
1354 | 1357 | it is to their advantage to install the fewest webhooks possible since.
|
1355 | 1358 |
|
1356 |
| -### Starlark |
1357 |
| - |
1358 |
| -See https://github.com/google/starlark-go/. |
1359 |
| -Starlark is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and automatic memory management or garbage collection. |
1360 |
| -It is mostly used in build system and has been added as a dependency in k/k. |
1361 |
| - |
1362 | 1359 | ## Infrastructure Needed (Optional)
|
1363 | 1360 |
|
1364 | 1361 | <!--
|
|
0 commit comments