Skip to content

Commit 50311a8

Browse files
authored
Merge starlark sections
1 parent d2d4ab1 commit 50311a8

File tree

1 file changed

+5
-7
lines changed
  • keps/sig-api-machinery/2876-crd-validation-expression-language

1 file changed

+5
-7
lines changed

keps/sig-api-machinery/2876-crd-validation-expression-language/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,11 @@ The biggest problems with WebAssembly are:
755755

756756
See also github.com/chimera-kube/chimera-admission
757757

758-
### Starlark (formeraly known as Skylark)
758+
### Starlark (formerly known as Skylark)
759+
760+
See https://github.com/google/starlark-go/.
761+
Starlark is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and automatic memory management or garbage collection.
762+
It is mostly used in build system and has been added as a dependency in k/k.
759763

760764
Python dialect designed for scripts embedded in the Bazel build system. It is designed to allow for
761765
determinstic and hermetic execution. Implementations exist in Go, Java and Rust. It is used
@@ -789,12 +793,6 @@ is a time consuming way to solve what should be a simple problem.
789793
For cluster operators, regardless of what extensions they install in their cluster,
790794
it is to their advantage to install the fewest webhooks possible since.
791795

792-
### Starlark
793-
794-
See https://github.com/google/starlark-go/.
795-
Starlark is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and automatic memory management or garbage collection.
796-
It is mostly used in build system and has been added as a dependency in k/k.
797-
798796
## Infrastructure Needed (Optional)
799797

800798
<!--

0 commit comments

Comments
 (0)