mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-02-17 01:28:18 -05:00
This commit fixes a fatal crash (concurrent map read/write) in NewCompositedCompilerFromTemplate by: - Refactoring CEL EnvSet composition to eliminate cloning and symbol conflicts - Adding NewCompositedCompilerForTypeChecking for typechecking - Removing deprecated CompositionEnv type and functions - Adding regression test for concurrency race condition - Using mustExtend helper function for clearer intent Kubernetes-commit: 7bc62e74ab39048b00194b8ef6ead09c2dfb5e98 |
||
|---|---|---|
| .. | ||
| apps | ||
| cmd | ||
| config | ||
| describe | ||
| drain | ||
| explain | ||
| generate | ||
| kuberc | ||
| metricsutil | ||
| polymorphichelpers | ||
| proxy | ||
| rawhttp | ||
| scale | ||
| scheme | ||
| util | ||
| validation | ||