You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/2876-crd-validation-expression-language/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -755,7 +755,11 @@ The biggest problems with WebAssembly are:
755
755
756
756
See also github.com/chimera-kube/chimera-admission
757
757
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.
759
763
760
764
Python dialect designed for scripts embedded in the Bazel build system. It is designed to allow for
761
765
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.
789
793
For cluster operators, regardless of what extensions they install in their cluster,
790
794
it is to their advantage to install the fewest webhooks possible since.
791
795
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.
0 commit comments