cel-go
cel-go copied to clipboard
Move the cost estimator back into cel-go from Kubernetes
Feature request checklist
- [ ] Move the cost estimator back into cel-go from Kubernetes
Change Currently the cost of extension library used in Kubernetes: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/cel/library/cost.go It should be moved to cel-go and maintained within cel-go to avoid future possible conflict among other cel users.