apiserver/pkg/cel
Patrick Ohly 561da9109f cel: fix conversion of quantity to quantity
The code in ConvertToType checked for conversion into typeValue (=
"kubernetes.URL") instead of conversion into quantityTypeValue (=
"kubernetes.Quantity") and thus most likely failed with an incorrect "type
conversion error".

Kubernetes-commit: 02b4e99c9f0afa4ef9fa0283670c1515e40a5278
2024-03-04 12:23:54 +01:00
..
common add time tracking to CorrelatedObject 2023-10-18 19:31:39 -07:00
environment Update env version, Add cost for previous func, add tests, etc. 2023-12-05 23:26:13 +00:00
lazy Bump cel string lib to v2, add tests 2023-08-22 13:05:09 -04:00
library Add tests for CIDR type 2023-12-15 11:01:55 +00:00
metrics add help for cel metrics 2022-12-09 04:53:02 +00:00
mutation add support for map 2024-02-27 13:55:08 -08:00
openapi avoid infinite recursion for type resolvers. 2023-10-31 10:23:50 -07:00
OWNERS create OWNERS file for cel libs. 2022-12-14 09:19:25 -08:00
cidr.go Add CIDR network CEL extension 2023-11-15 19:04:48 +00:00
errors.go move CEL package to apiserver package. 2022-10-07 15:02:47 -07:00
escaping.go move CEL package to apiserver package. 2022-10-07 15:02:47 -07:00
escaping_test.go move CEL package to apiserver package. 2022-10-07 15:02:47 -07:00
ip.go Add IP address CEL extension 2023-11-15 18:35:34 +00:00
limits.go Update CRD validation rules path accordingly. 2023-03-05 20:43:58 +00:00
quantity.go cel: fix conversion of quantity to quantity 2024-03-04 12:23:54 +01:00
types.go Introduce CEL EnvSets for managing safe rollout of new CEL features, libraries and expression variables 2023-04-28 14:16:56 -04:00
types_test.go move CEL package to apiserver package. 2022-10-07 15:02:47 -07:00
url.go move CEL package to apiserver package. 2022-10-07 15:02:47 -07:00
value.go move CEL package to apiserver package. 2022-10-07 15:02:47 -07:00
value_test.go move CEL package to apiserver package. 2022-10-07 15:02:47 -07:00